12 lines
326 B
Markdown
12 lines
326 B
Markdown
# regex_procedural.fun — overview
|
|
|
|
What it shows
|
|
- Procedural approach to regex work: compiling patterns and iterating matches.
|
|
|
|
How to run
|
|
- export FUN_LIB_DIR="./lib"
|
|
- ./build_debug/fun examples/regex_procedural.fun
|
|
- Or: fun examples/regex_procedural.fun
|
|
|
|
Notes
|
|
- May require the optional PCRE2 extension in your build.
|