Capital One interview question

How do you create a regular expression in Java. What class and method you use?

Interview Answer

Anonymous

18 Feb 2018

Using the Pattern class and its method compile()