Mikel Parra

Results 1 comments of Mikel Parra

It seems like the library only accepts one group on the passed regex. Try it with `/(\[link\].*\[\/link\]|\[shortcode\])/g` The output now should be: `match [link]This is my link[/link]` `match [shortcode]`