Is there regular expression (regex) support available to C# developers?
Manu
Select an image from your device to upload
Yes. The .NET class libraries provide support for regular expressions. Look at the System.Text.RegularExpressions namespace.