Skip to content

Commit d2b6017

Browse files
author
Sébastien Geiser
committed
-
1 parent 94f06aa commit d2b6017

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

RegexDialog/Resources/RegexLanguageElements.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
"Data": [
33
{
44
"Name": "Character Escapes",
5-
"Description": "Escape characters that signal to the regular expression parser that the character",
5+
"Description": "Escape characters that signal to the regular expression parser a special char",
66
"Elements": [
77
{
88
"Name": "Bell ",
99
"Description": "Matches a bell (alarm) \\u0007.",
1010
"Value": "\\a"
1111
},
1212
{
13-
"Name": "Backspace or word boundary ",
14-
"Description": "Matches a backspace \\u0008 if in a [] character class, otherwise define a word boundary",
13+
"Name": "Backspace ",
14+
"Description": "Matches a backspace \\u0008 if in a [] character class",
1515
"Value": "\\b"
1616
},
1717
{

0 commit comments

Comments
 (0)