正規表現のレファレンス

関連

Java / Scala

regular-expression constructs | Java Platform SE 8 Javadoc
http://docs.oracle.com/javase/8/docs/api/java/util/regex/Pattern.html#sum

正規表現構文 | Java Platform SE 8 Javadoc
http://docs.oracle.com/javase/jp/8/api/java/util/regex/Pattern.html#sum

PHP

PCRE(Perlと互換性の高い正規表現)
http://www.php.net/manual/ja/pcre.pattern.php

POSIX正規表現(非推奨)
http://www.php.net/manual/ja/book.regex.php

Python

正規表現 HOWTO | Python 2.7 documentation
http://docs.python.jp/2/howto/regex.html

正規表現 HOWTO | Python 3 documentation
http://docs.python.jp/3/howto/regex.html

reモジュール | Python 2.7 documentation
http://docs.python.jp/2/library/re.html

reモジュール | Python 3 documentation
http://docs.python.jp/3/library/re.html

Ruby

Ruby 1.9.3 リファレンスマニュアル > spec/regexp
http://doc.ruby-lang.org/ja/1.9.3/doc/spec=2fregexp.html

Perl

Perl 正規表現リファレンス | perldoc.jp
http://perldoc.jp/docs/perl/5.18.1/perlreref.pod

このサイトは筆者(hydrocul)の個人メモの集合です。すべてのページは永遠に未完成です。