PCRE

From ScientificComputing
Jump to: navigation, search

Category

Development, Library

Description

The PCRE library is a set of functions that implement regular expression pattern matching using the same syntax and semantics as Perl 5. PCRE has its own native API, as well as a set of wrapper functions that correspond to the POSIX regular expression API. The PCRE library is free, even for building proprietary software.

Available versions (Euler, old software stack)

Legacy versions Supported versions New versions
8.38

Please note that this page refers to installations from the old software stack. There are two software stacks on Euler. Newer versions of software are found in the new software stack.

Environment modules (Euler, old software stack)

Version Module load command Additional modules loaded automatically
8.38 module load gcc/4.8.2 pcre/8.38

Please note that this page refers to installations from the old software stack. There are two software stacks on Euler. Newer versions of software are found in the new software stack.

License information

BSD license

Links

http://www.pcre.org

http://pcre.org/pcre.txt
https://www.debuggex.com/cheatsheet/regex/pcre
https://en.wikipedia.org/wiki/Perl_Compatible_Regular_Expressions