*) updated links to description of regex

pull/1/head
Marc Nause 12 years ago
parent 8f2d3ce2f9
commit cd0b5f31b4

@ -74,7 +74,7 @@
<input type="text" name="newEntry" size="50" /> <input type="text" name="newEntry" size="50" />
<input type="submit" name="addBlacklistEntry" value="Add URL pattern" /> <input type="submit" name="addBlacklistEntry" value="Add URL pattern" />
</div> </div>
<p>The right '*', after the '/', can be replaced by a <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/util/regex/Pattern.html">regex</a>.</p> <p>The right '*', after the '/', can be replaced by a <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/regex/Pattern.html">regex</a>.</p>
<ul> <ul>
<li>domain.net/fullpath</li> <li>domain.net/fullpath</li>
<li>domain.net/*</li> <li>domain.net/*</li>
@ -82,7 +82,7 @@
<li>*.sub.domain.net/*</li> <li>*.sub.domain.net/*</li>
<li>sub.domain.*/*</li> <li>sub.domain.*/*</li>
<li>domain.*/*</li> <li>domain.*/*</li>
<li>a complete <a href="http://java.sun.com/j2se/1.5.0/docs/api/java/util/regex/Pattern.html">regex</a> (slow)</li> <li>a complete <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/util/regex/Pattern.html">regex</a> (slow)</li>
</ul> </ul>
</form> </form>

Loading…
Cancel
Save