Download Source Package 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/
|
|
|
| Architecture | Package Size | Installed Size | Files |
|---|---|---|---|
| alpha | 574.6 kB | 1820 kB | [list of files] |
| amd64 | 508.5 kB | 1468 kB | [list of files] |
| arm | 571.6 kB | 1588 kB | [list of files] |
| hppa | 599.1 kB | 2212 kB | [list of files] |
| i386 | 533.7 kB | 1377 kB | [list of files] |
| ia64 | 764.5 kB | 2772 kB | [list of files] |
| mips | 516.9 kB | 1820 kB | [list of files] |
| mipsel | 515.8 kB | 1820 kB | [list of files] |
| powerpc | 522.9 kB | 1564 kB | [list of files] |
| s390 | 520.3 kB | 1492 kB | [list of files] |
| sparc | 694.5 kB | 2012 kB | [list of files] |