-
public class RegexUtils
-
-
Method Summary
Modifier and Type Method Description static booleanisValidUuid(String string)static StringmatchCharOrder(@NotNull() CharSequence sourceString)Creates regex string that would match any string that has same chars in same order and everything in between -
-
Method Detail
-
isValidUuid
static boolean isValidUuid(String string)
-
matchCharOrder
@NotNull() static String matchCharOrder(@NotNull() CharSequence sourceString)
Creates regex string that would match any string that has same chars in same order and everything in between
-
-
-
-