Paketname | libboost-regex1.40-dev |
Beschreibung | regular expression library for C++ |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (main) |
Version | 1.40.0-4ubuntu4 |
Sektion | libdevel |
Priorität | optional |
Installierte Größe | 1868 Byte |
Hängt ab von | libboost1.40-dev (= 1.40.0-4ubuntu4), libboost-regex1.40.0 (= 1.40.0-4ubuntu4), libicu-dev |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu MOTU Developers |
Quelle | boost1.40 |
Paketgröße | 503156 Byte |
Prüfsumme MD5 | 793a081e8a6e261f439db1b9963f7981 |
Prüfsumme SHA1 | adb1e20ed8c2715df53c30e9126144a1e82e6957 |
Prüfsumme SHA256 | 6ae71bd24a548c48cb543c6f1c6c284258930b2916557bdcfe02b69b4de437f9 |
Link zum Herunterladen | libboost-regex1.40-dev_1.40.0-4ubuntu4_i386.deb |
Ausführliche Beschreibung | This package forms 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.
|