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 boolean
compare(String expected, String actual)
Compare a string to a patternstatic String
reformatEscapeCharacter(String str)
Replaces escape characters
-