public final class RegexUtilitiesKt
final static Boolean
matchAll(List<Regex> $self, String string)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final static Boolean matchAll(List<Regex> $self, String string)
match the given string against all regular expressions in this list.
true if any match was found, false otherwise.