Skip to content

Commit 734a83b

Browse files
committed
Use HTML encoding
1 parent 752cc2e commit 734a83b

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

  • lib/node_modules/@stdlib/utils/escape-regexp-string

lib/node_modules/@stdlib/utils/escape-regexp-string/README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -54,20 +54,20 @@ try {
5454

5555
* The following characters have special meaning inside of regular expressions and need to be escaped in case the characters should be treated literally:
5656

57-
| description | value |
58-
|:---------------:|:-------:|
59-
| Backslash | `\` |
60-
| Braces | `{ }` |
61-
| Brackets | `[ ]` |
62-
| Caret | `^` |
63-
| Dollar Sign | `$` |
64-
| Forward Slash | `/` |
65-
| Asterisk | `*` |
66-
| Parentheses | `( )` |
67-
| Period | `.` |
68-
| Plus Sign | `+` |
69-
| Vertical Bar | `|` |
70-
| Question Mark | `?` |
57+
| description | value |
58+
| --------------- | -------- |
59+
| Backslash | `\` |
60+
| Braces | `{ }` |
61+
| Brackets | `[ ]` |
62+
| Caret | `^` |
63+
| Dollar Sign | `$` |
64+
| Forward Slash | `/` |
65+
| Asterisk | `*` |
66+
| Parentheses | `( )` |
67+
| Period | `.` |
68+
| Plus Sign | `+` |
69+
| Vertical Bar | `|` |
70+
| Question Mark | `?` |
7171

7272
</section>
7373

0 commit comments

Comments
 (0)