cts:value-match() <https://docs.marklogic.com/cts:value-match#pattern>
apparently accepts a "$pattern" parameter.

It works if I specify a pattern of "1" and a pattern of "5" .

But how do I tell it to match values that are either "1" or "5".

I tried "1|5", "[1|5]", "1 or 5" but they don't work.

Regards,
Danny
_______________________________________________
General mailing list
[email protected]
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to