Closed gregwhitworth closed 11 years ago
I love your module, thanks for it. I wanted to use your regex tag and it kept not working and I found that the problem in EE 2.6 was the following line I was using to write my code:
{if `{exp:surgeree:match string="foo" regex="^[f]"}' == 'y'}
It should be
{if '{exp:surgeree:match string="foo" regex="^[f]"}' == 'y'}
Thanks again. And by the way I got this snippet from your string wiki page.
For those without a keen eye, there is a tilde ` after the "if" which should be a single quote '
a shift tilde, w/e that thing's called :X
Fixed. Thanks for letting us know.
I love your module, thanks for it. I wanted to use your regex tag and it kept not working and I found that the problem in EE 2.6 was the following line I was using to write my code:
It should be
Thanks again. And by the way I got this snippet from your string wiki page.