Ques/Help RegEx with flags

E

-Eric-

Guest
Hi,

can't use Flags? (case insensitive)
/my_expression/gi
I am validating names (with accents).
Without using Flags, we will have to define range and individual letters in lowercase+uppercase in all groups.

Continue reading...