Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- 와일드카드
- File
- 톰캣
- java
- DB
- laravel
- Spring
- jquery
- tomcat
- javascript
- JSON
- Linux
- ajax
- junit
- input
- MySQL
- SeLinux
- Android
- 정규식
- properties
- error
- NetBeans
- 리눅스
- CentOS
- 이클립스
- 안드로이드
- larravel
- html
- curl
- php
Archives
- Today
- Total
목록정규식 (2)
합쭈기 programming
[Javascript] 정규식 한글 입력 방지
check = /[ㄱ-ㅎ|ㅏ-ㅣ|가-힣]/;if(check.test(값)) alert('한글입니다.');
Javascript
2015. 11. 3. 17:41