.. Copyright (c) 2026 Tobias Erbsland - Erbsland DEV. https://erbsland.dev SPDX-License-Identifier: Apache-2.0 .. index:: single: Regular Expressions single: RegEx ******************* Regular Expressions ******************* Erbsland Core includes a regular expression engine with Unicode-aware matching, configurable compatibility features, and diagnostics tools for inspecting compiled programs. These pages describe the supported pattern syntax and the assembler used for advanced diagnostics and testing. For the public C++ interface, see :doc:`/reference/re/index`. .. toctree:: :maxdepth: 3 syntax/index assembler/index