Regex_get_all

Options
Ok so i'm a super noob to regex, but i found a link that helped me match the expression i'm looking for. However, when i feed the expression into xano, it doesn't work. I think the ^ requires 'gm' flags and isn't usable with Xano's regex_get_all...

Any help making this work would be amazing.

Here's my expression

^(\n|\t|\r)?\d+\. \s*([^\n\r]*)

here's my example link

https://regexr.com/6t61f

Comments