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.
|
|
|
| アーキテクチャ | パッケージサイズ | インストールサイズ | ファイル |
|---|---|---|---|
| alpha | 571.9 kB | 1800 kB | [ファイル一覧] |
| amd64 | 521.9 kB | 1500 kB | [ファイル一覧] |
| arm | 590.1 kB | 1604 kB | [ファイル一覧] |
| armel | 500.4 kB | 1420 kB | [ファイル一覧] |
| hppa | 617.4 kB | 2220 kB | [ファイル一覧] |
| i386 | 529.9 kB | 1364 kB | [ファイル一覧] |
| ia64 | 784.6 kB | 2828 kB | [ファイル一覧] |
| mips | 528.3 kB | 1836 kB | [ファイル一覧] |
| mipsel | 526.3 kB | 1836 kB | [ファイル一覧] |
| powerpc | 547.8 kB | 1644 kB | [ファイル一覧] |
| s390 | 538.8 kB | 1532 kB | [ファイル一覧] |
| sparc | 710.1 kB | 2060 kB | [ファイル一覧] |