パッケージ: libboost-regex-dev (1.67.0.1)
libboost-regex-dev に関するリンク
Debian の資源:
boost-defaults ソースパッケージをダウンロード:
メンテナ:
- Debian Boost Team (QA ページ)
- Steve M. Robbins (QA ページ)
- Giovanni Mascellani (QA ページ)
- Dimitri John Ledkov (QA ページ)
- Anton Gladky (QA ページ)
外部の資源:
- ホームページ [www.boost.org]
類似のパッケージ:
regular expression library for C++ (default version)
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.
This package is a dependency package, which depends on Debian's default Boost version (currently 1.67).
その他の libboost-regex-dev 関連パッケージ
|
|
|
|
-
- dep: libboost-regex1.67-dev
- regular expression library for C++