IlluLang Logo

IlluLang

<regex> Internal Library

Baseline regular-expression scaffold.

Import

import rx "<regex>"

API

Regex APIs use the C regex engine (regcomp/regexec) and return actual regex results.

captures returns group 0..N entries for the first match.

captures_full returns:

Named capture syntax supported: