Package
libboost-regex1.62-devVersion
1.62.0+dfsg-4Priority
optionalSection
universe/libdevelSource
boost1.62Origin
UbuntuMaintainer
Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>Original Maintainer
Debian Boost Team <pkg-boost-devel@lists.alioth.debian.org>Bugs
https://bugs.launchpad.net/ubuntu/+filebugInstalled Size
2,899 kBDepends
libboost1.62-dev (= 1.62.0+dfsg-4), libboost-regex1.62.0 (= 1.62.0+dfsg-4), libicu-devConflicts
libboost-regex1.42-dev, libboost-regex1.46-dev, libboost-regex1.48-dev, libboost-regex1.49-dev, libboost-regex1.50-dev, libboost-regex1.52-dev, libboost-regex1.53-dev, libboost-regex1.54-dev, libboost-regex1.55-dev, libboost-regex1.57-dev, libboost-regex1.58-dev, libboost-regex1.60-dev, libboost-regex1.61-devHomepage
http://www.boost.org/libs/regex/Download Size
309 kBAPT Manual Installed
noAPT Sources
http://gb.archive.ubuntu.com/ubuntu zesty/universe amd64 PackagesDescription
regular expression library for C++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.