validators/matches library

Extensions

MatchesX on String
Extension providing pattern matching methods on String.

Functions

matches(String str, Pattern pattern) bool
Checks if the string matches the given pattern.