apoorv-agarwal
Results
1
comments of
apoorv-agarwal
Change the regex expression to [A-Za-z]+[a-zà-ú]*(?:[ '-][A-Z]+[a-zà-ú]*)* This will solve the sensitivity to capitalization. But there are some issues apart from the regex as well. For example, despite the regex...