- 정규표현식이란 무엇인가?
- LEARN REGEX THE EASY WAY
- Regular Expressions for Regular Folk
- Benchmark of Regex Libraries
- Regular Expression Matching Can Be Simple And Fast
- Regular Expressions
- Implementing Regular Expressions
- Alternatives To Regular Expressions
- The true power of regular expressions
- RegExr: A website for interactive regex prototyping with syntax highlighting
- Regexes: The Bad, the Better, and the Best
- Five Invaluable Techniques to Improve Regex Performance
- Breaking the ICE with Regular Expression@Code School
- 8 Regular Expressions You Should Know
- Regex Cheat Sheet
- Regular Expressions Cheat Sheet by DaveChild
- 8 Regular Expressions You Should Know
- HTML Tags
- 초보자를 위한 정규 표현식 가이드 (자바스크립트 기준)
- 정규표현식 Regular expression (regex)
- 정규표현식 (REGEX) 강의 발표 자료
- Regular expressions you can read: A new visual syntax (and UI)
- The Regular Expression Visualizer, Simulator & Cross-Compiler Tool
- 이것이 고급이다 - (Positive, Negative) Lookahead, Lookbehind
- 그룹(Group)이란 무엇인가?
.*
과.*?
의 차이점- Regular Expression: Match Unicode Block Range
- 소수를 판별하는 정규식 perl
- 정규 표현식(Regular Expressions) 정리하기
- Regex tutorial — A quick cheatsheet by examples
- Simple RegEx tricks for beginners
- Regular expressions and special characters
- 자주 사용하는 정규식 패턴
- 6 Handy Regular Expressions Every Front-End Developer Should Know
- 개발자들이 꺼려하는 까칠한 규식이 형
- Email Address Regular Expression That 99.99% Works. Disagree? Join discussion!
- 5분 따라하기 전화번호와 이메일 정규표현식
- 불규칙 속에서 규칙을 찾아내는 정규표현식 | Evan's Tech Blog
- 정규식은 어떻게 사용되는 것일까? | Evan's Tech Blog
- HTML을 정규 표현식만으로 파싱할 수 있을까? | Evans Library
- TIL 정규표현식에 관하여 | Huskyhoochu 기술 블로그
- 알고 있어야 할 8가지 정규식 표현 from nettuts+ :: Outsider's Dev Story
- Fun with regular expressions: part I
- In search of the perfect URL validation regex
- Easiest way to remember Regular Expressions (Regex) | by Tobi Sam | Towards Data Science
- 개발자라면 알아야 할 ①불규칙 속에서 규칙을 찾는 정규표현식 | 요즘IT
- 개발자라면 알아야 할 ②정규식을 사용해보자 | 요즘IT
- 10 Regular Expressions Every Programmer Should Know - DEV Community
- 정규표현식을 재미있게 훈련하는 방법 - Regex Crossword
- 정규표현식의 표현식 그룹 이름 지정 (Named Capture Group)에 대해 알아봅시다
- 정규식 함부로 쓰지 말자
- Lea Verou — /Reg(exp){2}lained/: Demystifying Regular Expressions - YouTube
- Learn Regular Expressions In 20 Minutes - YouTube
- 정규식을 이용한 공격 - ReDos — Wooncloud Blog
- 정규표현식 엔진의 취약성을 이용해 서비스에 부하를 거는 공격에 관한 글
- 정규표현식 엔진에서 사용하는 알고리즘 이슈
- 해당 알고리즘에서 특정 정규표현식에 특정 형식의 문자열을 대입했을 경우 평가가 지나치게 오래 걸리는 것을 악용해 서비스 장애 발생 유발
- 몇 년 전 Momont.js, Stack Overflow, Cloudflare 등에서 취약점이 발견되거나 서비스 장애 발생
- 실제 취약점 및 장애를 일으켰던 정규표현식 소개
- 정규표현식 위험도 측정 툴 소개(ReDos checker 검색도 많은 결과)
- 정규표현식 엔진에서 사용하는 알고리즘 이슈
- 정규표현식 엔진의 취약성을 이용해 서비스에 부하를 거는 공격에 관한 글
- 정규 표현식
- hyperscan: High-performance regular expression matching library
- REGEX - How to match and search any pattern or validate input? (Regular expressions 30-min course) - YouTube
- 초보자를 위한 정규 표현식 가이드 (자바스크립트 기준)
- 자바스크립트 정규표현식 코딩팁
- 자바스크립트 정규표현식의 capturing group
- The most surprising behavior of JavaScript regular expression you have ever seen
- 정규표현식 완전정복 - 재그지그의 개발 블로그
- JS 한글도 지원하는 퍼지 문자열 검색 - 코드쓰는사람
- Glob 패턴 | Univdev
- 텍스트 안에 있는 URL에 하이퍼링크 적용하기 | Univdev
- 10분 테코톡 동키콩의 RegExp의 효율적 활용 - YouTube
- JS 프론트엔드의 한글 정규식, 어떻게 쓸 것인가.
/[ㄱ-힣]/
문제점 지적- 해결책
/^[ᄀ-ᄒᆨ-ᇂㄱ-ㅣ가-힣ᅡ-ᅵa-zA-Z0-9 !@#$%^&*()_+\-=[\]{};':"\\|,.<>/?]*$/gi
제시
- The Regular Expressions Book – RegEx for JavaScript Developers Full Book
- Regexes Got Good: The History And Future Of Regular Expressions In JavaScript — Smashing Magazine
- escape-string-regexp: Escape RegExp special characters
- randexp.js - Create random strings that match a given regular expression. http://fent.github.io/randexp.js
- regexper - JavaScript regular expression to display
- Regex template tag for readable, high-performance, native JS regexes, with context-aware interpolation and always-on best practices
- Regular expressions
- super-expressive: 🦜 Super Expressive is a zero-dependency JavaScript library for building regular expressions in (almost) natural language
- xeger - More verbose and readable regular expressions
- Henry Spencer's regex library
- awesome-regex: A curated collection of awesome regex tools, tutorials, libraries, etc.
- i Hate Regex - The Regex Cheat Sheet
- Pregex - Do you hate regex? Well then, I have a solution for you…
- randexp.js - Create random strings that match a given regular expression. http://fent.github.io/randexp.js
- regex101: build, test, and debug regex regular expression traslation
- RegexCrossTool
- Regex Generator++ Automatic Generation of Text Extraction Patterns from Examples
- regexle
- Regex Learn - Step by step, from zero to advanced.
- RegexOne - Learn Regular Expressions with simple, interactive exercises
- regextester.com
- regular-expressions.info
- Regulex:JavaScript Regular Expression Visualizer 정규 표현식 시각화
- Rulex - Home
- txt2re.com
- uibakery RegEx Library a curated list of useful regular expressions for different programming languages
- Python: 정규식으로 문자열을 자를 때, 그룹이 포함되어 있는 경우
- Regular Express in Python
- The ultimate String Super Skills you must have: REGEX | by Gonçalo Guimarães Gomes | Oct, 2020 | Towards Data Science
- FlashText - This module can be used to replace keywords in sentences or extract keywords from sentences
- SS2R - Regular auto generator for python