aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/javascript/guide/regular_expressions/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ko/web/javascript/guide/regular_expressions/index.html')
-rw-r--r--files/ko/web/javascript/guide/regular_expressions/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ko/web/javascript/guide/regular_expressions/index.html b/files/ko/web/javascript/guide/regular_expressions/index.html
index 1d3ccac58b..508b1ab2c7 100644
--- a/files/ko/web/javascript/guide/regular_expressions/index.html
+++ b/files/ko/web/javascript/guide/regular_expressions/index.html
@@ -349,7 +349,7 @@ original_slug: Web/JavaScript/Guide/정규식
<tbody>
<tr>
<td>{{jsxref("RegExp.exec", "exec")}}</td>
- <td>대응되는 문자열을 찾는 <code style="font-style: normal;">RegExp</code><span style="background-color: rgba(212, 221, 228, 0.14902);"> 메소드입니다</span>. 정보를 가지고 있는 배열을 반환합니다. 대응되는 문자열을 찾지 못했다면 null을 반환합니다.</td>
+ <td>대응되는 문자열을 찾는 <code style="font-style: normal;">RegExp</code> 메소드입니다. 정보를 가지고 있는 배열을 반환합니다. 대응되는 문자열을 찾지 못했다면 null을 반환합니다.</td>
</tr>
<tr>
<td>{{jsxref("RegExp.test", "test")}}</td>
@@ -357,7 +357,7 @@ original_slug: Web/JavaScript/Guide/정규식
</tr>
<tr>
<td>{{jsxref("String.match", "match")}}</td>
- <td>대응되는 문자열을 찾는 <code style="font-style: normal;">String</code><span style="background-color: rgba(212, 221, 228, 0.14902);"> 메소드입니다</span>. 정보를 가지고 있는 배열을 반환합니다. 대응되는 문자열을 찾지 못했다면 null을 반환합니다.</td>
+ <td>대응되는 문자열을 찾는 <code style="font-style: normal;">String</code> 메소드입니다. 정보를 가지고 있는 배열을 반환합니다. 대응되는 문자열을 찾지 못했다면 null을 반환합니다.</td>
</tr>
<tr>
<td>{{jsxref("String.search", "search")}}</td>