dov / libplis

Perl-like string manipulation for C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

Plis is a library for string handling in C++. It is built upon the splash library [1] which in turn is based on the perl philosophy of strings. Examples of functions supported by it are split(), join(), push(), shift(), grep() and many others. It's regular expression engine is provided by pcre2.

Dependencies

  • Plis depends on pcre2.
  • It needs Doxygen for documentation.

Building

Plis should preferably be built with meson. automake building is currently broken.

License

Plis is licensed under the terms of the GNU Lesser Public License (LGPL) - see the file COPYING for details.

References

About

Perl-like string manipulation for C++

License:Other


Languages

Language:Shell 82.7%Language:Makefile 9.7%Language:C++ 6.7%Language:Python 0.6%Language:Meson 0.2%Language:M4 0.1%