yosefconsolacion / IPIS

APIS (Automated Patient Information System) aims to create a central patient information and monitoring system that will enable efficient and reliable operations in providing services to hospital patients.
0 stars 3 forks source link

Test Case 1-10: Does not accept first and last names with special characters (ñ, etc.) #16

Open mararufino opened 10 years ago

mararufino commented 10 years ago

image image

yosefconsolacion commented 10 years ago

fixed: string regex now supports the following special characters:

1) Ñ 2) ñ 3) é

I will consider supporting the every unicode-character because I am sure there are more and it will be a hassle looking for each and every special character used in names.