Regex.find_all
find_allinput
Group: Selections
Aliases: matches
Documentation
Tries to match the provided input against the pattern self. Returns a Vector Text, each containing the matched text. If the pattern does not match, an empty Vector is returned.
Arguments
input: The text to match the pattern described byselfagainst.