matchAll

fun List<<Error class: unknown class>>.matchAll(string: String): Boolean

match the given string against all regular expressions in this list.

Return

true if any match was found, false otherwise.

Author

Griefed