Skip to content

Commit 94f06aa

Browse files
author
Sébastien Geiser
committed
More infos
1 parent 3c8d4c8 commit 94f06aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RegexDialog/Resources/RegexLanguageElements.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"Value": "\\a"
1111
},
1212
{
13-
"Name": "Backspace ",
14-
"Description": "Matches a backspace \\u0008 if in a [] character class",
13+
"Name": "Backspace or word boundary ",
14+
"Description": "Matches a backspace \\u0008 if in a [] character class, otherwise define a word boundary",
1515
"Value": "\\b"
1616
},
1717
{

0 commit comments

Comments
 (0)