search named groups

Basic data handling: RegexGroupDict

Searches the string with the given pattern and returns a DICT of named groups. If no match is found, it returns an empty DICT.

Pack: Basic data handling

custom_nodes.ComfyUI-basic_data_handling

Inputs (2)

NameTypeRequired
stringSTRINGrequired
patternSTRINGrequired

Outputs (1)

NameType
DICTDICT