# iHateRegex - Regex Cheatsheet

> Clean Markdown view of GeekNews topic #1418. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=1418](https://news.hada.io/topic?id=1418)
- GeekNews Markdown: [https://news.hada.io/topic/1418.md](https://news.hada.io/topic/1418.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2020-02-01T10:00:13+09:00
- Updated: 2020-02-01T10:00:13+09:00
- Original source: [ihateregex.io](https://ihateregex.io/)
- Points: 11
- Comments: 1

## Topic Body

- 정규식을 구글과 비슷한 UI로 검색

- 검색해서 찾은 정규식과 결과를 직접 수정해서 테스트 가능

- 정규식을 regexper 로 이해하기 쉬운 그래프로 설명

- 주로 쓰는 것들 : username,email,ascii,전화번호,날짜,암호,ip주소 등

## Comments



### Comment 1040

- Author: xguru
- Created: 2020-02-01T10:02:30+09:00
- Points: 3

RegExper - https://regexper.com/ 는 정규식을 비쥬얼라이즈 해주는 별도의 오픈소스 인데,

정작 예제 사이트는 정규식을 넣어야만 보이게 되어있어서 사용하기 불편했지만,

이렇게 만들어 두니 쓰기도 편하고 보기도 좋네요.
