Skip to content

Commit

Permalink
[fix/#170] 회원가입 이름 입력 아래아 허용
Browse files Browse the repository at this point in the history
  • Loading branch information
blueme0 committed Feb 16, 2024
1 parent 6b03b3d commit 5d8dab1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ class GetNameFragment

companion object {
private const val REGEX_NAME_PATTERN_SUBMIT = "^([가-힣]*)\$"
private const val REGEX_NAME_PATTERN_WRITING = "^[ㄱ-ㅣ가-힣]+$"
private const val REGEX_NAME_PATTERN_WRITING = "^[가-힣ㄱ-ㅎㅏ-ㅣ\\u318D\\u119E\\u11A2\\u2022\\u2025a\\u00B7\\uFE55]+\$"
}
}

0 comments on commit 5d8dab1

Please sign in to comment.