diff options
author | rh <rh@pkgsrc.org> | 2003-03-15 08:53:08 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2003-03-15 08:53:08 +0000 |
commit | aff0c946ff2962648b2aefbc569950b0afef6c52 (patch) | |
tree | 2618cdd5cd5f8e705d12445e1dc2d267d15bc153 /textproc/regexx/DESCR | |
parent | d579efeb141047d95524ca645f60028081708c7c (diff) | |
download | pkgsrc-aff0c946ff2962648b2aefbc569950b0afef6c52.tar.gz |
Initial import of regexx-0.98.1, a C++ regular expression library
Diffstat (limited to 'textproc/regexx/DESCR')
-rw-r--r-- | textproc/regexx/DESCR | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/textproc/regexx/DESCR b/textproc/regexx/DESCR new file mode 100644 index 00000000000..1fe2961313e --- /dev/null +++ b/textproc/regexx/DESCR @@ -0,0 +1,13 @@ + Regexx is a complete regular expressions C++ solution. It implements +easy expression execution, global searching, replace with atom +substitution, customized replaces, easy match and atom strings retrieving. +Also included in the library are functions to split strings using strings +or regular expressions. + + Since 0.97, Regexx is using Perl Compatible Regular Expressions. It +means that you can use regular expressions very similar to the ones you +use with Perl. + + It's very easy to use Regexx. Just include the "regexx" namespace and +the "regexx.hh" header in your project, create a Regexx instance and use +its methods as you like. |