You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
1.5 KiB
41 lines
1.5 KiB
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
|
|
<head>
|
|
<title>YaCy '#[clientname]#': Crawl Start</title>
|
|
#%env/templates/metas.template%#
|
|
</head>
|
|
<body id="IndexCreate">
|
|
#%env/templates/header.template%#
|
|
#%env/templates/submenuTargetAnalysis.template%#
|
|
<h2>RegexTest</h2>
|
|
<fieldset>
|
|
<form method="get" action="RegexTest.html" accept-charset="UTF-8">
|
|
<dl>
|
|
<dt>
|
|
<label>Test String</label>
|
|
</dt>
|
|
<dd>
|
|
<input name="text" id="text" type="text" size="80" maxlength="256" value="#[text]#" style="font-size:16px"/>
|
|
</dd>
|
|
<dt>
|
|
<label>Regular Expression</label><br />
|
|
This is a <a href="http://docs.oracle.com/javase/6/docs/api/java/util/regex/Pattern.html" target="_blank">Java Pattern</a>
|
|
</dt>
|
|
<dd>
|
|
<textarea name="regex" id="regex" cols="80" rows="5" style="font-size:16px">#[regex]#</textarea>
|
|
</dd>
|
|
<dt>
|
|
<label>Result</label>
|
|
</dt>
|
|
#(match)#<dd><img src="/env/grafics/nok.png"> no match</dd>::<dd><img src="/env/grafics/ok.png"> match</dd>::<dd><img src="/env/grafics/bad.png"> error in expression: #[error]#</dd>#(/match)#
|
|
<dt></dt>
|
|
<dd>
|
|
<input name="submit" id="submit" type="submit" />
|
|
</dd>
|
|
</dl>
|
|
</form>
|
|
</fieldset>
|
|
#%env/templates/footer.template%#
|
|
</body>
|
|
</html>
|