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 | 1,404.5 kB | 7304 kB | [list of files] |
| amd64 | 1,058.4 kB | 5040 kB | [list of files] |
| arm | 1,156.6 kB | 4568 kB | [list of files] |
| hppa | 1,301.0 kB | 5512 kB | [list of files] |
| i386 | 1,047.7 kB | 4101 kB | [list of files] |
| ia64 | 1,583.5 kB | 8000 kB | [list of files] |
| mips | 1,165.4 kB | 4968 kB | [list of files] |
| mipsel | 1,161.9 kB | 4968 kB | [list of files] |
| powerpc | 1,135.3 kB | 4656 kB | [list of files] |
| s390 | 1,077.0 kB | 4320 kB | [list of files] |
| sparc | 986.7 kB | 4264 kB | [list of files] |