Skip to content

Commit

Permalink
fix: add validation helpers to enforce regex validations for name fields
Browse files Browse the repository at this point in the history
Signed-off-by: vikhy-aws <191836418+vikhy-aws@users.noreply.github.com>
  • Loading branch information
vikhy-aws committed Jan 21, 2025
1 parent cc878b5 commit 4128a1f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,6 @@ fun isValidName(name: String): Boolean {
return name.matches(regex)
}



fun getInvalidNameChars(): String {
return INVALID_NAME_CHARS
}

0 comments on commit 4128a1f

Please sign in to comment.