What is a Regular Expression in Java

A regular expression is a sequence of characters that forms a search pattern. Regular expressions can be used to perform all types of text search and text replace operations.

Code :