What is the use of regular expression?
A regular expression used to match string on a given pattern. String match pattern use for search option.
BY Best Interview Question ON 13 Jan 2019
A regular expression used to match string on a given pattern. String match pattern use for search option.