Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在查看这个答案,我注意到分隔符设置为\\A,这是哔声,对吗?为什么使用哔哔声InputStream?我对什么是哔哔声仍然很模糊(不只是为了文字哔哔声吗?),所以我很困惑为什么它在这里被用作分隔符。
\\A
InputStream
\A是字符串的开头。它的不同之处^在于,大多数正则表达式实现^在换行符之后也匹配,而\A没有。
\A
^
\a是铃铛字符。
\a