Liam W in memoriam 1998-2020 Sep 18, 2017 #1 Is there a way to make the Entity system allow an empty string when using the regex match key, or do I have to embed it into the regex? Liam
Is there a way to make the Entity system allow an empty string when using the regex match key, or do I have to embed it into the regex? Liam
Chris D XenForo developer Staff member Sep 18, 2017 #2 You'd have to embed it into the regex. Usually flipping from a required to a non required match is just changing the quantifier from + to *.
You'd have to embed it into the regex. Usually flipping from a required to a non required match is just changing the quantifier from + to *.