Skip to content

Commit

Permalink
Merge pull request #478 from woowacourse-teams/feature/#477
Browse files Browse the repository at this point in the history
금액 입력할 때 1 입력 후 안 지워지는 문제 해결
  • Loading branch information
ashleysyheo authored Aug 17, 2023
2 parents 8b468fe + db6da6e commit 757ddbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/constants/regex.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const REGEX = {
ONLY_LETTER: /^[A-Za-z가-힣ㄱ-ㅎ]+$/g,
ALPHABET_AND_KOREAN_CHARACTERS: /^[a-zA-Zㄱ-ㅎㅏ-ㅣ가-힣]*$/,
ALPHABET_AND_KOREAN_CHARACTERS: /^[a-zA-Zㄱ-ㅎㅏ-ㅣ가-힣]+$/,
HTTP_TO_HTTPS: /^http(?!s)/,
};

0 comments on commit 757ddbd

Please sign in to comment.