Skip to content

Commit 774ae39

Browse files
committed
Updates to sidebar content.
1 parent fcfa20b commit 774ae39

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

Diff for: dev/src/docs/sidebar_content.js

+11-10
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ home.kids = [
6666
{
6767
label: "Community Patterns",
6868
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."+
7070
"<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>"+
7171
"<p>Help make the Community better by rating patterns, and submitting your own via <b>Search & Share</b> in the menu.</p>",
7272
search: true,
@@ -76,7 +76,7 @@ home.kids = [
7676
{
7777
label: "Help",
7878
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.",
8080
kids: [
8181

8282
{
@@ -87,8 +87,9 @@ home.kids = [
8787
{
8888
label:"Getting started",
8989
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>",
9293
kids: [
9394
{
9495
label:"Expression panel",
@@ -113,7 +114,7 @@ home.kids = [
113114
desc:"The <b>Replace</b> tool replaces matches with a specified string or pattern."+
114115
"<p>Matches in the <b>Text</b> panel are replaced by the substitution string & displayed as you type.</p>"+
115116
"<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>"
117118
},
118119
{
119120
label:"List",
@@ -135,15 +136,15 @@ home.kids = [
135136
id: "explain",
136137
desc:"The <b>Explain</b> tool displays a detailed breakdown of the <b>Expression</b>."+
137138
"<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>"
139140
}
140141
]
141142
},
142143
{
143144
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 &amp; 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>"
147148
}
148149
]
149150
},
@@ -181,7 +182,7 @@ home.kids = [
181182
},
182183
{
183184
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."+
185186
"<p>The following query string params are recognized:<ul>"+
186187
"<li><code>expression</code> & <code>text</code> - populate their respective fields</li>"+
187188
"<li><code>tool</code> - sets the tool (replace, list, details, or explain)</li>"+

Diff for: index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,11 @@ <h1 class="label">Menu</h1>
9898
<li>Results update in <b>real-time</b> as you type.</li>
9999
<li>Supports <b>JavaScript</b> &amp; <b>PHP/PCRE</b> RegEx.</li>
100100
<li><b>Roll over</b> a match or expression for details.</li>
101-
<li><b>Save</b> &amp; <b>share</b> expressions with others.</li>
101+
<li><b>Save</b> &amp; share expressions with others.</li>
102102
<li>Use <b>Tools</b> to explore your results.</li>
103-
<li>Browse the <b>Reference</b> for help &amp; examples.</li>
103+
<li>Full <b>RegEx Reference</b> with help &amp; examples.</li>
104104
<li><b>Undo</b> &amp; <b>Redo</b> with {{getCtrlKey()}}-Z / Y in editors.</li>
105-
<li>Search for &amp; rate <b>Community</b> patterns.</li>
105+
<li>Search for &amp; rate <b>Community Patterns</b>.</li>
106106
</ul>
107107
</div>
108108
<div class="hello">

0 commit comments

Comments
 (0)