Type: nodetool.text.FindAllRegex

Namespace: nodetool.text

Description

Finds all regex matches in text as separate substrings. text, regex, find

Properties

Property Type Description Default
text str   ``
regex str   ``
dotall bool   false
ignorecase bool   false
multiline bool   false

Outputs

Output Type Description
output list[str]  

Browse other nodes in the nodetool.text namespace.