JargonFile/original/html/R/regexp.html
2014-03-27 18:54:56 +00:00

15 lines
2.7 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>regexp</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../R.html" title="R"/><link rel="previous" href="red-wire.html" title="red wire"/><link rel="next" href="register-dancing.html" title="register dancing"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">regexp</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="red-wire.html">Prev</a> </td><th width="60%" align="center">R</th><td width="20%" align="right"> <a accesskey="n" href="register-dancing.html">Next</a></td></tr></table><hr/></div><dt><a id="regexp"/><dt xmlns="" id="regexp"><b>regexp</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="pronunciation">/reg´eksp/</span>, <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">n.</span></dt></dt><dd><p> [Unix] (alt.: <span class="firstterm">regex</span> or
<span class="firstterm">reg-ex</span>)</p></dd><dd><p> 1. Common written and spoken abbreviation for <span class="firstterm">regular expression</span>, one of the wildcard
patterns used, e.g., by Unix utilities such as
<span class="citerefentry"><span class="refentrytitle">grep</span>(1)</span>,
<span class="citerefentry"><span class="refentrytitle">sed</span>(1)</span>,
and
<span class="citerefentry"><span class="refentrytitle">awk</span>(1)</span>.
These use conventions similar to but more elaborate than those described
under <a href="../G/glob.html"><i class="glossterm">glob</i></a>. For purposes of this lexicon, it is
sufficient to note that regexps also allow complemented character sets
using <tt class="literal">^</tt>; thus, one can specify &#8216;any non-alphabetic
character&#8217; with <b class="command">[^A-Za-z]</b>. </p></dd><dd><p> 2. Name of a well-known PD regexp-handling package in portable C,
written by revered Usenetter Henry Spencer.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="red-wire.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../R.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="register-dancing.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">red wire </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> register dancing</td></tr></table></div></body></html>