boost ソースパッケージをダウンロード:
Part of the Boost C++ Libraries collection.
Regular expressions are a form of pattern-matching that are often used in text processing; many users will be familiar with the Unix utilities grep, sed and awk, and the programming language perl, each of which make extensive use of regular expressions. Traditionally C++ users have been limited to the POSIX C APIs for manipulating regular expressions, and while regex does provide these APIs, they do not represent the best way to use the library. For example regex can cope with wide character strings, or search and replace operations (in a manner analogous to either sed or perl), something that traditional C libraries can not do.
Homepage: http://www.boost.org/libs/regex/
|
|
|
| アーキテクチャ | パッケージサイズ | インストールサイズ | ファイル |
|---|---|---|---|
| alpha | 1,404.5 kB | 7304 kB | [ファイル一覧] |
| amd64 | 1,058.4 kB | 5040 kB | [ファイル一覧] |
| arm | 1,156.6 kB | 4568 kB | [ファイル一覧] |
| hppa | 1,301.0 kB | 5512 kB | [ファイル一覧] |
| i386 | 1,047.7 kB | 4101 kB | [ファイル一覧] |
| ia64 | 1,583.5 kB | 8000 kB | [ファイル一覧] |
| mips | 1,165.4 kB | 4968 kB | [ファイル一覧] |
| mipsel | 1,161.9 kB | 4968 kB | [ファイル一覧] |
| powerpc | 1,135.3 kB | 4656 kB | [ファイル一覧] |
| s390 | 1,077.0 kB | 4320 kB | [ファイル一覧] |
| sparc | 986.7 kB | 4264 kB | [ファイル一覧] |