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.
您正在寻找Regex.Escape(),它将转义输入字符串,以便正则表达式引擎将其视为文字文本。
Regex.Escape()