XF 2.0 Structure match field empty string?

Liam W

in memoriam 1998-2020
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
 
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 *.
 
Top Bottom