REGULAR EXPRESSIONS Pattern Input What is Regex?Regular expressions are used to represent the language of finite automata. Regular Expression is an expression that can be use in many programming languages and finds sections that match certain rules in numeric and string content. Where to Use?Many programming languages, operating system commands, database queries and search applications uses Regular Expression. We are going to use it on HTML inputs for specifical input type like Social ID, phone number, email, credit card number and validation date etc. How to Use?Regex is abbreviation of the Regular Expression. Regular Expression is an expression that can be use in many programming languages and finds sections that match certain rules in numeric and string content.
|