削除された内容 追加された内容
64行目:
Unixの標準である[[POSIX]]では、"Simple Regular Expressions"・"Basic Regular Expression (BRE)"・"Extended Regular Expression (ERE)"の3種類の記法が示されている。このうち、Simple Regular Expressionsはhistoricalやlegacyと書かれており、backward compatibilityを提供するものとされ、標準の将来の版では"may be withdrawn"と注意されている。
 
====シンプル正規表現({{lang|en|simple regular expressions}})====
====Simple Regular Expressions====
Simple Regular Expressionsシンプル正規表現の仕様は&lt;「<code>regexp.h&gt;</code>」のマニュアルページとして示されている。<ref>[http://pubs.opengroup.org/onlinepubs/7908799/xsh/regexp.html POSIX > XSH > regexp(3)]</ref>
 
====基本正規表現({{lang|en|basic regular expression}})====