Skip to content

Commit bd36ca6

Browse files
authored
Update article.md
1 parent e33372c commit bd36ca6

File tree

1 file changed

+1
-1
lines changed
  • 9-regular-expressions/07-regexp-escaping

1 file changed

+1
-1
lines changed

9-regular-expressions/07-regexp-escaping/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ alert( "Chapter 5.1".match(regexp) ); // null
7171
alert("\d\.\d"); // d.d
7272
```
7373

74-
문자열 따옴표는 백슬래시를 "소비"하여 문장 마음대로 해석하는데 예시를 살펴보겠습니다.
74+
문자열 따옴표는 백슬래시를 "소비"하여 문장을 마음대로 해석하는데 예시를 살펴보겠습니다.
7575

7676
- `\n` -- 줄 바꿈 문자,
7777
- `\u1234` -- 해당 코드를 의미하는 유니코드 문자,

0 commit comments

Comments
 (0)