From 5d8dab1509146ed51ae2f98c1de4e9d30ab2840b Mon Sep 17 00:00:00 2001 From: blueme0 Date: Sat, 17 Feb 2024 00:25:50 +0900 Subject: [PATCH] =?UTF-8?q?[fix/#170]=20=ED=9A=8C=EC=9B=90=EA=B0=80?= =?UTF-8?q?=EC=9E=85=20=EC=9D=B4=EB=A6=84=20=EC=9E=85=EB=A0=A5=20=EC=95=84?= =?UTF-8?q?=EB=9E=98=EC=95=84=20=ED=97=88=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../teumteum/presentation/signup/name/GetNameFragment.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/com/teumteum/teumteum/presentation/signup/name/GetNameFragment.kt b/app/src/main/java/com/teumteum/teumteum/presentation/signup/name/GetNameFragment.kt index c69f08be..3afa9496 100644 --- a/app/src/main/java/com/teumteum/teumteum/presentation/signup/name/GetNameFragment.kt +++ b/app/src/main/java/com/teumteum/teumteum/presentation/signup/name/GetNameFragment.kt @@ -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]+\$" } } \ No newline at end of file