parent
f2dd88223f
commit
d5ddc9d76c
6 changed files with 32 additions and 4 deletions
|
@ -16,3 +16,4 @@ export const isValidPassword = value => {
|
|||
containsSpecialCharacter
|
||||
);
|
||||
};
|
||||
export const isValidName = value => /^\b[\w\s]*\b$/.test(value);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue