Update README-ko

This commit is contained in:
Yeongjun.Kim 2019-01-28 12:04:01 +09:00
parent 3a30006de0
commit 4ae12d8805

View File

@ -431,7 +431,6 @@
[Test the regular expression](https://regex101.com/r/E88WE2/1)
## 6. 탐욕적 vs 게으른 매칭
기본적으로 정규 표현식은 탐욕적(greedy) 매칭을 수행하는데, 이는 가능한 한 길게 매칭하는 것을 의미한다. 우리는 `?`를 사용하여 게으른(lazy) 방법 매칭할 수 있으며, 가능한 한 짧게 매칭하는 것을 의미한다.
<pre>