-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
6 changed files
with
10 additions
and
0 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<!DOCTYPE html><html><head><meta http-equiv=content-type content="text/html; charset=utf-8"><meta name=viewport content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"><title>Regexertron2001 (Wasteland RegEx tester)</title><link rel="shortcut icon" href=img/favicon.ico type=image/x-icon><link rel=icon href=img/favicon.ico type=image/x-icon><link rel=apple-touch-icon href=img/logo.png><meta name=apple-mobile-web-app-capable content=yes><meta name=format-detection content=no><meta name=apple-mobile-web-app-status-bar-style content=black-translucent><link rel=stylesheet href=css/main.min.css></head><body hidden><h1 class=page-header>Regexertron2001 <small>Wasteland RegEx tester</small></h1><section id=pattern><label for=regex>Pattern</label><div><div><textarea spellcheck=false autofocus id=regex class=form-control rows=1><([^>]+)></textarea><small class=text-danger id=regex-error></small></div><div class=btn-group id=flags><button class="btn btn-default" title="case sensitivity">i</button> <button class="btn btn-default active" title="global match (find all matches rather than stopping after the first match)">g</button> <button class="btn btn-default" title="multiline (match the beginning or end of each line (delimited by \n or \r), not only the very beginning or end of the whole input string)">m</button></div><div><button class="btn btn-default" id=copy>copy</button></div></div></section><section><label for=haystack>Input</label><textarea spellcheck=false id=haystack class=form-control><html> | ||
<body> | ||
Hello Wasteland! | ||
</body> | ||
</html></textarea></section><section><label>Matches</label><table class="table table-striped table-hover table-condensed" id=matches></table></section><script src=js/base.min.js></script></body></html> |
Large diffs are not rendered by default.
Oops, something went wrong.