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.
我正在使用 boost 库进行正则表达式。
“!”有什么用?在 Perl 正则表达式中标记?
它表示什么?
就其本身而言,它没有什么特别的意义,它只是匹配!. 它可以与其他符号组合以表示其他含义:
!
(?!...)
(?<!...)