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
<p>Scriptular is a javascript regular expression editor. Inspired by <ahref="http://rubular.com" target="_blank">Rubular</a> it gives you a simple way to test javascript regular expressions as you write them.</p>
34
+
<p>Scriptular is a javascript regular expression editor. Inspired by <ahref="http://rubular.com" target="_blank"rel="noopener">Rubular</a> it gives you a simple way to test javascript regular expressions as you write them.</p>
35
35
36
36
<p>Start by entering a regular expression and then a test string. Or give this <ahref="#" id="example">example a try</a>.</p>
37
37
38
-
<p><ahref="https://developer.mozilla.org/en/JavaScript/Guide/Regular_Expressions" target="_blank">Learn more</a> about regular expressions in javascript.</p>
38
+
<p><ahref="https://developer.mozilla.org/en/JavaScript/Guide/Regular_Expressions" target="_blank"rel="noopener">Learn more</a> about regular expressions in javascript.</p>
39
39
</div>
40
40
41
41
<divid="error">
@@ -188,19 +188,18 @@ <h2>Quantifiers</h2>
188
188
</div>
189
189
190
190
<divid="footer">
191
-
<p>Created by <ahref="http://theprogrammingbutler.com">Hoyt</a> and maintained by <ahref="https://github.com/jonmagic/scriptular#contributors">many</a>. To contribute or report an issue visit <ahref="https://github.com/jonmagic/scriptular">the project on GitHub</a>.</p>
191
+
<p>Created by <ahref="http://theprogrammingbutler.com"rel="noopener">Hoyt</a> and maintained by <ahref="https://github.com/jonmagic/scriptular#contributors"rel="noopener">many</a>. To contribute or report an issue visit <ahref="https://github.com/jonmagic/scriptular" rel="noopener">the project on GitHub</a>.</p>
0 commit comments