96 lines
No EOL
5.4 KiB
HTML
96 lines
No EOL
5.4 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<title>CLiki: Regular Expression</title>
|
|
<link rel="alternate" type="application/atom+xml" title="ATOM feed of edits to current article"
|
|
href="https://www.cliki.net/site/feed/article.atom?title=Regular%20Expression">
|
|
<link rel="stylesheet" href="static/css/style.css">
|
|
<link rel="stylesheet" href="static/css/colorize.css">
|
|
</head>
|
|
|
|
<body>
|
|
<span class="hidden">CLiki - Regular Expression</span>
|
|
<div id="content"><div id="content-area"><div id="article-title">Regular Expression</div><div id="article">Regular Expression (regexp) libraries<p><ul>
|
|
<li>
|
|
<a href="cl-irregsexp.html" class="internal">cl-irregsexp</a> -
|
|
A fast regular expression library with a lispy alternative to traditional syntax for text matching
|
|
</li>
|
|
<li>
|
|
<a href="cl-ppcre.html" class="internal">cl-ppcre</a> -
|
|
A portable, Perl-compatible regular expression library by <a href="Edi Weitz.html" class="internal">Edi Weitz</a>
|
|
</li>
|
|
<li>
|
|
<a href="cl-string-match.html" class="internal">cl-string-match</a> -
|
|
Provides substring (subsequence) search and text processing algorithms implementations including regular expression, prefix/suffix tree data structures, etc
|
|
</li>
|
|
<li>
|
|
<a href="lol-re.html" class="internal">lol-re</a> -
|
|
Tiny wrapper around <a href="CL-PPCRE.html" class="internal">CL-PPCRE</a>, inspired by #~M and #~S read-macro from <a href="Let Over Lambda.html" class="internal">Let Over Lambda</a>, making use of regular expressions more perly
|
|
</li>
|
|
<li>
|
|
<a href="pregexp.html" class="internal">pregexp</a> -
|
|
Portable Regular Expressions for Scheme and Common Lisp
|
|
</li>
|
|
<li>
|
|
<a href="re.html" class="internal">re</a> -
|
|
The re package is a small, portable, lightweight, and quick, <a href="regular expression.html" class="category">regular expression</a> library for Common Lisp
|
|
</li>
|
|
<li>
|
|
<a href="recursive-regex.html" class="internal">recursive-regex</a> -
|
|
A library to extend <a href="CL-PPCRE.html" class="category">CL-PPCRE</a> to make <a href="regular expression.html" class="category">regular expression</a> named capture groups dispatch to custom matcher functions and named-expression patterns
|
|
</li>
|
|
<li>
|
|
<a href="Regex.html" class="internal">Regex</a> -
|
|
Regex is a full-featured <a href="regular expression.html" class="category">regular expression</a> compiler and matching engine written by <a href="https://www.cliki.net/Michael%20Parker" class="new">Michael Parker</a>
|
|
</li>
|
|
<li>
|
|
<a href="regex (library by asciian).html" class="internal">regex (library by asciian)</a> -
|
|
A relatively incomplete (as of Jan 2018) relatively concise backtracking POSIX compatible regular expression library
|
|
</li>
|
|
<li>
|
|
<a href="terse-ppcre.html" class="internal">terse-ppcre</a> -
|
|
TERSE-PPCRE aims to make manipulating <a href="CL-PPCRE.html" class="internal">CL-PPCRE</a> <a href="regular expression.html" class="category">regular expression</a> parse trees easier and more succinct
|
|
</li>
|
|
<li>
|
|
<a href="The Regex Coach.html" class="internal">The Regex Coach</a> -
|
|
A graphical Common Lisp <a href="application.html" class="category">application</a> which can be used to experiment with (Perl-compatible) regular expressions interactively
|
|
</li>
|
|
</ul></div></div>
|
|
<div id="footer" class="buttonbar"><ul><li><a href="Regular Expression.html">Current version</a></li>
|
|
<li><a href="https://www.cliki.net/site/history?article=Regular%20Expression">History</a></li>
|
|
<li><a href="https://www.cliki.net/site/backlinks?article=Regular%20Expression">Backlinks</a></li><li><a href="https://www.cliki.net/site/edit-article?title=Regular%20Expression&from-revision=3637877133">Edit</a></li><li><a href="https://www.cliki.net/site/edit-article?create=t">Create</a></li></ul></div>
|
|
</div>
|
|
<div id="header-buttons" class="buttonbar">
|
|
<ul>
|
|
<li><a href="https://www.cliki.net/">Home</a></li>
|
|
<li><a href="https://www.cliki.net/site/recent-changes">Recent Changes</a></li>
|
|
<li><a href="CLiki.html">About</a></li>
|
|
<li><a href="Text Formatting.html">Text Formatting</a></li>
|
|
<li><a href="https://www.cliki.net/site/tools">Tools</a></li>
|
|
</ul>
|
|
<div id="search">
|
|
<form action="https://www.cliki.net/site/search">
|
|
<label for="search_query" class="hidden">Search CLiki</label>
|
|
<input type="text" name="query" id="search_query" value="" />
|
|
<input type="submit" value="search" />
|
|
</form>
|
|
</div>
|
|
</div>
|
|
<div id="pageheader">
|
|
<div id="header">
|
|
<span id="logo">CLiki</span>
|
|
<span id="slogan">the common lisp wiki</span>
|
|
<div id="login"><form method="post" action="https://www.cliki.net/site/login">
|
|
<label for="login_name" class="hidden">Account name</label>
|
|
<input type="text" name="name" id="login_name" class="login_input" />
|
|
<label for= "login_password" class="hidden">Password</label>
|
|
<input type="password" name="password" id="login_password" class="login_input" />
|
|
<input type="submit" name="login" value="login" id="login_submit" /><br />
|
|
<div id="register"><a href="https://www.cliki.net/site/register">register</a></div>
|
|
<input type="submit" name="reset-pw" value="reset password" id="reset_pw" />
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body></html> |