regex - .NET regular expression reserved characters -


where set of .net regular expression reserved characters?

edit: looks might it. sugarman. http://msdn.microsoft.com/en-us/library/az24scfc.aspx

you should @ regex.escape(). pass function string , escape reserved regex characters interpreted literals. credit answer goes gabe commented on op's post, i'm making answer others don't possibly miss it.


Comments

Popular posts from this blog

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -

Java - Returning an array from a method to main -