Skip to main content

Regex.match_all

match_allinput

Group: Text

Documentation

Tries to match the provided input against the pattern self. Returns a Vector Match object, each containing the matched text and its match groups.

Arguments

  • input: The text to match the pattern described by self against.