I wish to ensure that a string contains the string
/> OR
</$ (or both)
and I have those two strings in a
single field called "widgetclosure" i.e
How can I formulate a regexp to ensure some string includes any of those? i.e
<$set name=closures filter="[{!!widgetclosure}escaperegexp[]]"
{{{ mystring +[regexp<closures>] }}}
I do not want to use additional fields but it would be fine to modify the field value to, for example, read:
Ideally the field can contain an arbitrary number of strings (again, possibly separated via some "regexp" character to make it work)
Thank you!
<:-)