You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dev/src/docs/sidebar_content.js
+11-10
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ home.kids = [
66
66
{
67
67
label: "Community Patterns",
68
68
id: "community",
69
-
desc: "Welcome to the Community, a searchable database of patterns submitted by users like you."+
69
+
desc: "Welcome to Community Patterns, a searchable database of patterns submitted by users like you."+
70
70
"<p>After selecting a pattern, click its URL or double-click it in the list to load the full pattern. Or use the right arrow icon to load just the expression or text.</p>"+
71
71
"<p>Help make the Community better by rating patterns, and submitting your own via <b>Search & Share</b> in the menu.</p>",
72
72
search: true,
@@ -76,7 +76,7 @@ home.kids = [
76
76
{
77
77
label: "Help",
78
78
id: "help",
79
-
desc: "Help for the RegExr v3.5 application. See the <b>Reference</b> for help with Regular Expressions.",
79
+
desc: "Help for the RegExr v3.5 application. See the <b>RegEx Reference</b> for help with Regular Expressions.",
80
80
kids: [
81
81
82
82
{
@@ -87,8 +87,9 @@ home.kids = [
87
87
{
88
88
label:"Getting started",
89
89
desc:"RegExr provides real-time visual results, syntax highlighting, tooltips, and undo/redo ({{getCtrlKey()}}-Z / Y) so it's easy and fun to explore Regular Expressions."+
90
-
"<p>Browse through the <b>Reference</b> and test different tokens to see what they do, then check out the <b>Community</b> to see example patterns.</p>"+
91
-
"<p>You can also <b>Save</b> your patterns for later reference, or to share with others. <b>Sign In</b> to ensure you don't lose your patterns.</p>",
90
+
"<p>Browse through the <b>RegEx Reference</b> and test different tokens to see what they do, then check out <b>Community Patterns</b> to see examples.</p>"+
91
+
"<p>You can also <b>Save</b> your patterns for later reference, or to share with others. <b>Sign In</b> to ensure you don't lose your patterns.</p>"+
92
+
"<p>Modify your pattern's details, share it with the <b>Community</b>, or make it private, or delete it in <b>Pattern Settings</b></p>",
92
93
kids: [
93
94
{
94
95
label:"Expression panel",
@@ -113,7 +114,7 @@ home.kids = [
113
114
desc:"The <b>Replace</b> tool replaces matches with a specified string or pattern."+
114
115
"<p>Matches in the <b>Text</b> panel are replaced by the substitution string & displayed as you type.</p>"+
115
116
"<p>Substitution tokens and escaped characters are supported, such as <code>\\n</code>, <code>\\t</code> & <code>\\u0009</code>.</p>"+
116
-
"<p>Roll over tokens for information, and check out the <b>Reference</b> for more information.</p>"
117
+
"<p>Roll over tokens for information, and check out the <b>RegEx Reference</b> for more information.</p>"
117
118
},
118
119
{
119
120
label:"List",
@@ -135,15 +136,15 @@ home.kids = [
135
136
id: "explain",
136
137
desc:"The <b>Explain</b> tool displays a detailed breakdown of the <b>Expression</b>."+
137
138
"<p>Mouse over the explanation to highlight the related tokens in the <b>Expression</b> panel and vice versa.</p>"+
138
-
"<p>Click an item in the explanation to show more info in the <b>Reference</b>.</p>"
139
+
"<p>Click an item in the explanation to show more info in the <b>RegEx Reference</b>.</p>"
139
140
}
140
141
]
141
142
},
142
143
{
143
144
label:"Menu",
144
-
desc:"The <b>Menu</b> (this panel) includes <b>Help</b>, a full regular expression <b>Reference</b>, a <b>Cheatsheet</b>, and <b>Save & Share</b> features."+
145
-
"<p>Double-click a selected item in the <b>Reference</b> to insert it into your <b>Expression</b>. Click the arrow beside an example to load it.</p>"+
146
-
"<p>The menu also includes searchable <b>Community</b> submissions, and patterns you've created or favorited in <b>My Patterns</b>.</p>"
145
+
desc:"The <b>Menu</b> (this panel) includes <b>Help</b>, a full <b>RegEx Reference</b>, a <b>Cheatsheet</b>, and <b>Pattern Settings</b> features."+
146
+
"<p>Double-click a selected item in the <b>RegEx Reference</b> to insert it into your <b>Expression</b>. Click the arrow beside an example to load it.</p>"+
147
+
"<p>The menu also includes searchable <b>Community Patterns</b>, and patterns you've created or favorited in <b>My Patterns</b>.</p>"
147
148
}
148
149
]
149
150
},
@@ -181,7 +182,7 @@ home.kids = [
181
182
},
182
183
{
183
184
label:"Query string support",
184
-
desc:"In addition to the built in <b>Save & Share</b> mechanism, RegExr also supports the ability to pre-populate a pattern via the query string."+
185
+
desc:"In addition to the built in <b>Save</b> mechanism which creates a shareable link, RegExr also supports the ability to pre-populate a pattern via the query string."+
185
186
"<p>The following query string params are recognized:<ul>"+
186
187
"<li><code>expression</code> & <code>text</code> - populate their respective fields</li>"+
187
188
"<li><code>tool</code> - sets the tool (replace, list, details, or explain)</li>"+
0 commit comments