Parse a tagged pattern from the tagged keyword.
tagged
Supports:
tagged(value, pattern)
tagged(name, pattern)
tagged(/regex/, pattern)
Parse a tagged pattern from the
taggedkeyword.Supports:
tagged- matches any tagged valuetagged(value, pattern)- matches tagged value with specific tag numbertagged(name, pattern)- matches tagged value with named tagtagged(/regex/, pattern)- matches tagged value with tag name matching regex