johngrib / johngrib.github.io

my wiki
MIT License
75 stars 42 forks source link

https://johngrib.github.io/wiki/regex/basic/ #208

Closed utterances-bot closed 1 year ago

utterances-bot commented 2 years ago

정규 표현식 기본 - 기계인간 John Grib

작성중인 문서

https://johngrib.github.io/wiki/regex/basic/

ssayebee commented 2 years ago

좋은글에 항상 감사드립니다. 수량자 부분이 서로 바뀐거 같아 알려드립니다!

? 패턴을 1회 이상 반복 -> 0 ~ 1회 + 0 ~ 1회 -> 패턴을 1회 이상 반복

johngrib commented 2 years ago

@ssayebee 감사합니다. 둘이 바뀌어 있었네요. 수정할게요.