`String.matches(Regex)` delegates to `Regex.matche...
# announcements
s
String.matches(Regex)
delegates to
Regex.matches()
, which has this as the docstring:
Copy code
/** Indicates whether the regular expression matches the entire [input]. */