Describe the feature
It would be nice if there was a pattern to return all sub strings that match a given regex pattern as a list or null if there are no matches. It could probably have string, string → list|null as it's input and output with one of the strings being the regex pattern
Additional context
No response
Describe the feature
It would be nice if there was a pattern to return all sub strings that match a given regex pattern as a list or null if there are no matches. It could probably have
string, string → list|nullas it's input and output with one of the strings being the regex patternAdditional context
No response