I’m using Yii2 framework and I have a Validator that should do client-side validation. I have a regex that looks like this: /^[\p{L}]+$/u for simplicity, but my actual regex is a bit more complicated,…
I’m using Yii2 framework and I have a Validator that should do client-side validation. I have a regex that looks like this: /^[\p{L}]+$/u for simplicity, but my actual regex is a bit more complicated,…