tre v0.8.0
- Created
- Updated
TRE is a lightweight, robust, and efficient POSIX compliant regexp matching library with some exciting features such as approximate (fuzzy) matching.
# Usage
tre provides CMake targets:
find_package(unofficial-tre CONFIG REQUIRED)
target_link_libraries(main PRIVATE unofficial::tre::tre)
# License
# Supported Platforms
All platforms are supported
# Features
No features defined.
# Dependencies
No dependencies.
# Host Dependencies
No transitive dependencies.
# Dependents
# Host Dependents
No dependents.
# Contributors
clvn
pravic
Billy O'Neal
Long Nguyen
autoantwort
Jack·Boos·Yu
Theodore Tsirpanis
# Changelog
d7cd72e
[tre] Initial port