Hi All,
I need to allow many special thing to be allowed in a username login field.
(Historical database, so it would nearly impossible to change all this username)
I need all Alpha numeric word present in french,english,german language so
there a lot's of à é ö ü etc ...
Plus username could contain _ - . and space
isAlnum doesn't work ( I'm not surprise about that )
so I think I need to work with the regex filter
Is there some expert around with regex which can give me the working regex
[tests-case-good]
Clément
Hans Höln
Ioda-Net
Marius_Glad
Micky.128
[test-case-bad]
Some!thing
Real[Name]
Zut^Truc
I will really thank peoples who can help me on this case.
--
Bruno Friedmann