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.
如何在 perl 风格的正则表达式(PCRE)中匹配“已知部分(未知单词)(字符串的其余部分)”的内容?
这样的事情应该做:
/^KNOWN PART (\w+) (.*)$/