Pudu programming language
Menu
API reference

Std.Regex.Regex

1 declaration

type

Regex

This declaration introduces a public type.

What it does

A compiled pattern.

groups counts the capturing groups, so a caller knows how many captures a

match can carry without looking at the pattern text again.

Read the signature

  • This declaration has no value signature because it introduces a type or trait.

Back to Std.RegexSearch related declarations