Class RegexpHandler
java.lang.Object
org.qubership.atp.environments.helper.RegexpHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetByRegExp(String input, String regexp, int timeout) Gets all matches by regexp.
-
Constructor Details
-
RegexpHandler
public RegexpHandler()
-
-
Method Details
-
getByRegExp
Gets all matches by regexp.- Parameters:
input- - input stringregexp- - regexp for getting all matches in the input string- Returns:
- string with each match on a new line
-