Class RegexUtil
- java.lang.Object
-
- de.ikor.sip.foundation.testkit.util.RegexUtil
-
@Service public class RegexUtil extends Object
Util class for comparing a string to a pattern
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleancompare(String expected, String actual)Compare a string to a patternstatic StringreformatEscapeCharacter(String str)Replaces escape characters
-