medic / cht-user-management

GNU Affero General Public License v3.0
3 stars 1 forks source link

feat(#87): add support for french characters #88

Closed paulpascal closed 3 months ago

paulpascal commented 3 months ago

Fix #87

This PR addresses the issue with the current ValidatorString, which fails to handle French characters ('é', 'ô', 'î', 'ê', etc.) correctly. The proposed changes update the regular expressions used for formatting to include support for French characters.

kennsippell commented 3 months ago

Great work @paulpascal . Thanks for bumping the version! Nice.