Package
libboost-regex1.65.1Version
1.65.1+dfsg-0ubuntu5Priority
optionalSection
universe/libsSource
boost1.65.1Origin
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
1,129 kBDepends
libc6 (>= 2.14), libgcc1 (>= 1:3.0), libicu60 (>= 60.1-1~), libstdc++6 (>= 5.2)Homepage
http://www.boost.org/libs/regex/Task
ubuntustudio-video, ubuntustudio-graphicsDownload Size
259 kBAPT Manual Installed
noAPT Sources
http://gb.archive.ubuntu.com/ubuntu bionic/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.