12 lines
327 B
Markdown
12 lines
327 B
Markdown
# regex_demo.fun — overview
|
|
|
|
What it shows
|
|
- Regex helpers usage; simple matching and replacement tasks.
|
|
|
|
How to run
|
|
- export FUN_LIB_DIR="./lib"
|
|
- ./build_debug/fun examples/regex_demo.fun
|
|
- Or: fun examples/regex_demo.fun
|
|
|
|
Notes
|
|
- Some regex examples depend on the optional PCRE2 extension; enable it in your build to run.
|