27 lines
644 B
Markdown
27 lines
644 B
Markdown
---
|
|
layout: page
|
|
published: true
|
|
noToc: false
|
|
noComments: false
|
|
noDate: false
|
|
title: Fun - regex_procedural.fun — overview
|
|
subtitle: Documentation for regex_procedural.fun — overview
|
|
description: Documentation for regex_procedural.fun — overview
|
|
permalink: /documentation/examples/regex_procedural/
|
|
lang: en
|
|
tags:
|
|
- example
|
|
- regex_procedural
|
|
---
|
|
|
|
|
|
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.
|