StringsEscapeToRegex Method
Converts a text string to regular expression including escape statements.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static string EscapeToRegex(
string text
)
Public Shared Function EscapeToRegex (
text As String
) As String
- text String
- Text to convert.
StringString with the value converted.