استفاده از Regular Expressions ها در #C
200, OK
https://www.c-sharpcorner.com/article/regular-expressions-in-C-Sharp/ icon

C# Regex class provides pattern matching funcions in form of regular expressions. The source code examples in this article show how to use Regular Expressions to validate different inputs. The code provides methods to validate Alphabet, AlphaNumeric, Integer, Postive Integers, Floating point numbers and so on 

استفاده از Regular Expressions ها در #C