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.
|
|
|
| Architecture | Package Size | Installed Size | Files |
|---|---|---|---|
| alpha | 1,361.3 kB | 7048 kB | [list of files] |
| amd64 | 1,053.8 kB | 5064 kB | [list of files] |
| arm | 1,163.9 kB | 4608 kB | [list of files] |
| armel | 1,181.6 kB | 5336 kB | [list of files] |
| hppa | 1,318.5 kB | 5568 kB | [list of files] |
| i386 | 1,014.7 kB | 4076 kB | [list of files] |
| ia64 | 1,593.6 kB | 8056 kB | [list of files] |
| mips | 1,176.7 kB | 5048 kB | [list of files] |
| mipsel | 1,170.2 kB | 5048 kB | [list of files] |
| powerpc | 1,124.7 kB | 4696 kB | [list of files] |
| s390 | 1,067.1 kB | 4376 kB | [list of files] |
| sparc | 997.0 kB | 4332 kB | [list of files] |