pcre++-config
C++ wrapper class for pcre (development)
Install
- All systems
-
curl cmd.cat/pcre++-config.sh
- Debian
-
apt-get install libpcre++-dev
- Ubuntu
-
apt-get install libpcre++-dev
- Kali Linux
-
apt-get install libpcre++-dev
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libpcre++-dev
- Raspbian
-
apt-get install libpcre++-dev
- Dockerfile
- dockerfile.run/pcre++-config
libpcre++-dev
C++ wrapper class for pcre (development)
PCRE++ is a C++ wrapper-class for the library PCRE (Perl Compatible Regular Expressions). Its class allows you to use perl alike regular expressions in your C++ applications. You can use it to search in strings, to split strings into parts using expressions or to search and replace a part of a string with another part.