2 |
<html lang=en> |
<html lang=en> |
3 |
<title>Regular expression visualizer</title> |
<title>Regular expression visualizer</title> |
4 |
<link rel=stylesheet href="/www/style/html/xhtml"> |
<link rel=stylesheet href="/www/style/html/xhtml"> |
5 |
|
<link rel=license href="../doc/readme#license"> |
6 |
<h1>Regular expression visualizer</h1> |
<h1>Regular expression visualizer</h1> |
7 |
|
|
8 |
<form action=regexp method=get accept-charset=utf-8> |
<form action=regexp method=get accept-charset=utf-8> |
12 |
<p><select name=l><option value=perl58>Perl 5.8 |
<p><select name=l><option value=perl58>Perl 5.8 |
13 |
<option value=js>JavaScript</select> |
<option value=js>JavaScript</select> |
14 |
|
|
15 |
<p><input type=submit> |
<p><input type=submit></p> |
16 |
|
|
17 |
</form> |
</form> |
18 |
|
|
19 |
|
<footer> |
20 |
|
[<a href="../doc/readme">Source</a>] |
21 |
|
</footer> |