软件包: libboost-regex1.34.1 (1.34.1-4ubuntu3) [universe]
libboost-regex1.34.1 的相关链接
Ubuntu 的资源:
下载源码包 boost:
维护者:
Please consider filing a bug or asking a question via Launchpad before contacting the maintainer directly.
Original Maintainers (usually from Debian):
- Debian Boost Team (Mail Archive)
- Steve M. Robbins
- Domenico Andreoli
- Christophe Prud'homme
It should generally not be necessary for users to contact the original maintainer.
相似软件包:
regular expression library for C++
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/
其它与 libboost-regex1.34.1 有关的软件包
|
|
|
-
- dep: libc6 (>= 2.7-1)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libgcc1 (>= 1:4.1.1-21)
- GCC支持库
-
- dep: libicu38 (>= 3.8-5)
- International Components for Unicode
-
- dep: libstdc++6 (>= 4.2.1-4)
- GNU标准C++库第三版。本软件包包含了