Skip to content

Commit

Permalink
Init
Browse files Browse the repository at this point in the history
First commit
  • Loading branch information
CptPlastic committed Jun 21, 2017
1 parent 890e8f4 commit 7b0d2e1
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions css/main.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added flash/ZeroClipboard.swf
Binary file not shown.
Binary file added img/favicon.ico
Binary file not shown.
Binary file added img/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions index.html
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>&lt;([^&gt;]+)&gt;</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>
4 changes: 4 additions & 0 deletions js/base.min.js

Large diffs are not rendered by default.

0 comments on commit 7b0d2e1

Please sign in to comment.