Usage

This chapter shows you how to work with the Erbsland Regular Expression Library in real-world projects.

You’ll learn how to integrate it smoothly into your own codebase, build it as a standalone library if needed, and run the included unit tests to ensure everything works as expected.

Integrate as Submodule

Learn the recommended way to include the engine as a Git submodule for seamless project integration and version control.

Integrate the Engine as Submodule
Build it as a Library

Prefer a standalone library? This guide walks you through building and installing the engine as a static library.

Build it as a Library
Run Unit Tests

Validate your setup and contribute confidently by running the engines’s unit tests.

How to Run the Unit Tests