Skip to content

Commit 126ea30

Browse files
committed
Update docs / sidebar.
1 parent 9b955f4 commit 126ea30

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

dev/src/docs/sidebar_content.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,12 @@ home.kids = [
105105
"<p>Lighter colored caps at the start or end of a line indicate the match continues between lines.</p>"
106106
},
107107
{
108+
label:"Tests panel",
109+
desc:"This allows you to create a suite of tests that you can use to validate your <b>Expression</b> in real time."+
110+
"<p>A test can check if the pattern matches anything, matches everything, or matches nothing in the test text.</p>"+
111+
"<p>Access this panel with the toggle at the top of the <b>Text</b> panel. When you save, both your Text and Tests views will be saved.</p>"
112+
},
113+
{
108114
label:"Tools panel",
109115
desc:"Click the <b>Tools</b> title bar below the <b>Text</b> panel to show or hide the <b>Tools</b> panel."+
110116
"<p>Tools provide different ways of working with or exploring your results.</p>",

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ <h1 class="label">Menu</h1>
102102
<li>Supports <b>JavaScript</b> &amp; <b>PHP/PCRE</b> RegEx.</li>
103103
<li>Results update in <b>real-time</b> as you type.</li>
104104
<li><b>Roll over</b> a match or expression for details.</li>
105+
<li>Validate patterns with suites of <b>Tests</b>.</li>
105106
<li><b>Save</b> &amp; share expressions with others.</li>
106107
<li>Use <b>Tools</b> to explore your results.</li>
107108
<li>Full <b>RegEx Reference</b> with help &amp; examples.</li>
@@ -184,7 +185,7 @@ <h1>
184185
<textarea>
185186
RegExr was created by gskinner.com, and is proudly hosted by Media Temple.
186187

187-
Edit the Expression & Text to see matches. Roll over matches or the expression for details. PCRE & JavaScript flavors of RegEx are supported.
188+
Edit the Expression & Text to see matches. Roll over matches or the expression for details. PCRE & JavaScript flavors of RegEx are supported. Validate your expression with Tests mode.
188189

189190
The side bar includes a Cheatsheet, full Reference, and Help. You can also Save & Share with the Community, and view patterns you create or favorite in My Patterns.
190191

0 commit comments

Comments
 (0)