자바 특정 문자 막기 (한글 제외한 문자 받기) 천지인 키보드 ㅡ ㅣ 문제
public InputFilter filterKorea = new InputFilter() { public CharSequence filter(CharSequence source, int start, int end, Spanned dest, int dstart, int dend) { Pattern ps = Pattern.compile("^[가-힣ㄱ-ㅎㅏ-ㅣ\u318D\u119E\u11A2\u2022\u2025\u00B7\uFE55\u4E10\u3163\u3161]+$"); if (!ps.matcher(source).matches()) { return null; } return ""; } }; mEdit_pw.setFilters(new InputFilter[]{filterKorea}); \u318D\u11..
android
2018. 8. 29. 14:46
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 구글 맵 선그리기
- MongoDB
- https://hwan-shell.tistory.com/244
- rn
- 차번호 정규표현식
- ubunut android
- not found adb
- https://medium.com/@limgyumin/%EC%BD%94%ED%8B%80%EB%A6%B0-%EC%9D%98-apply-with-let-also-run-%EC%9D%80-%EC%96%B8%EC%A0%9C-%EC%82%AC%EC%9A%A9%ED%95%98%EB%8A%94%EA%B0%80-4a517292df29
- mongo db
- Android
- mac android
- react native state
- not starting .bash_profile
- 함수형 코드
- insert
- 자바
- 차번호 정규식
- 명령어
- spannableText
- text 부분 색 칠하기
- React Native
- adb 환경변수
- ubunut 설치 link
- 귀찮아;;
- 구글 맵 경로 그리기
- 클래스형 코드
- 안드로이드
- not working adb
- 데이터베이스
- nosql
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함