Capital One interview question

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

Interview Answer

Anonymous

Feb 18, 2018

Using the Pattern class and its method compile()