Description: The AddressBook app does not allow users to add contact names that include s/o, potentially preventing users from recording valid names.
Steps to Reproduce:
-
Open the AddressBook app.
-
Enter a command to add a new contact with 's/o' in their name.
Example command:
add r/volunteer n/Nagaratnam s/o Suppiah p/98765432 e/johnd@example.com a/311, Clementi Ave 2, #02-25 t/friends t/owesMoney h/30
Expected Result:
The app accepts the contact information and stores it, including the name with s/o.
Actual Result:
The app displays an error message, rejecting the input because of s/o in the name field.

Description: The AddressBook app does not allow users to add contact names that include
s/o, potentially preventing users from recording valid names.Steps to Reproduce:
Open the AddressBook app.
Enter a command to add a new contact with 's/o' in their name.
Example command:
Expected Result:
The app accepts the contact information and stores it, including the name with
s/o.Actual Result:
The app displays an error message, rejecting the input because of
s/oin the name field.