Introduction to regular expression
Regular expressions are used to validate email addresses, username, phone numbers and other stuff. The syntax of regular expression is different in different languages. For example in perl it is differnt and in POSIX the regular expression syntax is different. The regular expression is also called regex. Regular expressions are interpreted differently by different computer […]
Introduction to regular expression Read More ยป