Closed robszumski closed 2 years ago
The only way to enforce ordering is to use groups, so this adds them.
The only way to mark something as required is to use regex, so this adds a "is not empty" equivalent regex.
Manually tested and works great!
The only way to enforce ordering is to use groups, so this adds them.
The only way to mark something as required is to use regex, so this adds a "is not empty" equivalent regex.