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
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -185,11 +185,13 @@ home.kids = [
185
185
label:"Query string support",
186
186
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."+
187
187
"<p>The following query string params are recognized:<ul>"+
188
-
"<li><code>expression</code> & <code>text</code> - populate their respective fields</li>"+
188
+
"<li><code>engine</code> - the RegEx engine to use (<code>js</code> or <code>pcre</code>)</li>"+
189
+
"<li><code>expression</code> - populates the Expression area. It is recommended to pass a full expression with flags (<code>/.*/ig</code>) not just the pattern (<code>.*</code>)</li>"+
190
+
"<li><code>text</code> - populates the Text area</li>"+
189
191
"<li><code>tool</code> - sets the tool (replace, list, details, or explain)</li>"+
190
192
"<li><code>input</code> - populates the tool input field</li>"+
0 commit comments