gpt4 book ai didi

.net - 在 .NET 中转义正则表达式?

转载 作者:行者123 更新时间:2023-12-02 15:48:18 24 4
gpt4 key购买 nike

本质上我正在做的是在文本文件中查找一段文本。文本是用户指定的,因此在我将其粘贴到正则表达式表达式中之前,我需要将其全部转义,因此 .\. ,类似于 {0, 3 } 是字符串文字,而不是正则表达式的一部分。我可以使用一个函数来逃避它吗?如果不是,我应该将 \ 放在前面以确保有效的正则表达式语句?

最佳答案

使用Regex.Escape方法 -

Escapes a minimal set of characters (\, *, +, ?, |, {, [, (,), ^, $,., #, and white space) by replacing them with their escape codes. This instructs the regular expression engine to interpret these characters literally rather than as metacharacters.

http://msdn.microsoft.com/en-us/library/system.text.regularexpressions.regex.escape.aspx

关于.net - 在 .NET 中转义正则表达式?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7630248/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com