Package 

Class RegexUtils

    • Method Summary

      Modifier and Type Method Description
      static boolean isValidUuid(String string)
      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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • 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