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
Post a Comment