use-regex
Practical regex helper utilities for RustUse.
Warning: versions below
0.3.0are experimental and may change as the workspace matures.
Example Usage
use ;
assert_eq!;
assert!;
Scope
- lightweight wrappers around the mature
regexcrate - simple validation, matching, extraction, and replacement helpers
- string-oriented utilities that stay small and predictable
Non-Goals
- regex engine implementation
- parser generators
- validation frameworks
- security sandboxing
License
Licensed under either of the following, at your option:
- MIT License
- Apache License, Version 2.0