套件:libboost-regex1.81.0(1.81.0-5+deb12u1)
libboost-regex1.81.0 的相關連結
Debian 的資源:
下載原始碼套件 boost1.81:
- [boost1.81_1.81.0-5+deb12u1.dsc]
- [boost1.81_1.81.0.orig.tar.xz]
- [boost1.81_1.81.0-5+deb12u1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [www.boost.org]
相似套件:
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.
其他與 libboost-regex1.81.0 有關的套件
|
|
|
|
-
- dep: libc6 (>= 2.32)
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
-
- dep: libgcc-s1 (>= 3.0)
- GCC 支援函式庫
-
- dep: libstdc++6 (>= 11)
- GNU Standard C++ Library v3