mirror of
https://github.com/ziishaned/learn-regex.git
synced 2025-08-07 03:56:46 -04:00
Update README-ko
This commit is contained in:
parent
3a30006de0
commit
4ae12d8805
@ -431,7 +431,6 @@
|
|||||||
[Test the regular expression](https://regex101.com/r/E88WE2/1)
|
[Test the regular expression](https://regex101.com/r/E88WE2/1)
|
||||||
|
|
||||||
## 6. 탐욕적 vs 게으른 매칭
|
## 6. 탐욕적 vs 게으른 매칭
|
||||||
|
|
||||||
기본적으로 정규 표현식은 탐욕적(greedy) 매칭을 수행하는데, 이는 가능한 한 길게 매칭하는 것을 의미한다. 우리는 `?`를 사용하여 게으른(lazy) 방법 매칭할 수 있으며, 가능한 한 짧게 매칭하는 것을 의미한다.
|
기본적으로 정규 표현식은 탐욕적(greedy) 매칭을 수행하는데, 이는 가능한 한 길게 매칭하는 것을 의미한다. 우리는 `?`를 사용하여 게으른(lazy) 방법 매칭할 수 있으며, 가능한 한 짧게 매칭하는 것을 의미한다.
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user