pcretest
Auxiliary utilities for pcre
Install
- All systems
-
curl cmd.cat/pcretest.sh
- Alpine
-
apk add pcre
- Arch Linux
-
pacman -S pcre
- CentOS
-
yum install pcre-tools
- Fedora
-
dnf install pcre-tools
- OS X
-
brew install pcre
- Dockerfile
- dockerfile.run/pcretest
- Docker
-
docker run cmd.cat/pcretest pcretest
powered by Commando
pcre-tools
Auxiliary utilities for pcre
pcre
PCRE, Perl-compatible regular expression, library has its own
native API, but a set of wrapper functions that are based on the POSIX API are also supplied in the libpcreposix library. Note that this just provides a POSIX calling interface to PCRE: the regular expressions themselves still follow Perl syntax and semantics. This package provides support for strings in 8-bit and UTF-8 encodings. Detailed change log is provided by pcre-doc package.