hydra.dsl.lib.regex module

DSL functions for hydra.overlay.python.lib.regex.

hydra.dsl.lib.regex.find(pat: TypedTerm[str], s: TypedTerm[str]) TypedTerm[object]

DSL reference to hydra.overlay.python.lib.regex.find.

hydra.dsl.lib.regex.find_all(pat: TypedTerm[str], s: TypedTerm[str]) TypedTerm[Sequence[str]]

DSL reference to hydra.overlay.python.lib.regex.findAll.

hydra.dsl.lib.regex.matches(pat: TypedTerm[str], s: TypedTerm[str]) TypedTerm[bool]

DSL reference to hydra.overlay.python.lib.regex.matches.

hydra.dsl.lib.regex.replace(pat: TypedTerm[str], repl: TypedTerm[str], s: TypedTerm[str]) TypedTerm[str]

DSL reference to hydra.overlay.python.lib.regex.replace.

hydra.dsl.lib.regex.replace_all(pat: TypedTerm[str], repl: TypedTerm[str], s: TypedTerm[str]) TypedTerm[str]

DSL reference to hydra.overlay.python.lib.regex.replaceAll.

hydra.dsl.lib.regex.split(pat: TypedTerm[str], s: TypedTerm[str]) TypedTerm[Sequence[str]]

DSL reference to hydra.overlay.python.lib.regex.split.