Part of the Boost.org library 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.
For more information on regex visit the project homepage http://www.boost.org/libs/regex/ .
|
|
|
| アーキテクチャ | パッケージサイズ | インストールサイズ | ファイル |
|---|---|---|---|
| alpha | 460.2 kB | 2802 kB | 現在の情報はありません |
| arm | 399.5 kB | 1604 kB | 現在の情報はありません |
| hppa | 350.6 kB | 1316 kB | 現在の情報はありません |
| i386 | 326.5 kB | 1444 kB | 現在の情報はありません |
| ia64 | 457.9 kB | 2780 kB | 現在の情報はありません |
| m68k | 310.8 kB | 1468 kB | 現在の情報はありません |
| powerpc | 346.0 kB | 1548 kB | 現在の情報はありません |
| s390 | 299.3 kB | 1428 kB | 現在の情報はありません |
| sparc | 313.2 kB | 1544 kB | 現在の情報はありません |