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.
我知道您可以通过使用转义字符(如 \t\n 等),使用某些形式的正则表达式来做到这一点,但我认为这些对 BRE 无效。那么这对于 BRE 是不可能的,还是有一些我不知道的指定这些字符的方法?
干杯
AFAIK \t\n 是 POSIX BRE 中的有效控制字符