You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added `replace(/[^A-Z0-9\-\s]/g, "")` to `formatAddress()` to remove
everything that is not A-Z (capital letters), hyphens or whitespace;
- Added invalid characters to unit test.
User Story
As a system integrating with CAS, I need to ensure my fields comply with what is expected.
Acceptance Criteria
Technical
The text was updated successfully, but these errors were encountered: