Sign in | Join
Last post 04-17-2008 3:05 AM by casper2094. 1 replies.
Sort Posts: Oldest to newest Newest to oldest
Hi,
Does anyone know the ColdFusion's function 'REFindNoCase' equivalent in C# and how to use it? I am migrating code from ColdFusion to ASP.NET in C#. So please help me out here.
Thanks
Rashid
Did you even look for solution before asking? Think about it? It's a regular expression. Um, Search for "regular expresssion"?Found "System.Text.RegularExpressions". Oh, wow, a whole namespace dedicated to just what you wanted.