Hello Saaa,

if you are only working with ASCII: use the regex
`_A-Za-z[_A-Za-z0-9]*`

Is that better than the inPattern way?


yes, it correctly rejects numbers at the start and should be faster as well.


Reply via email to