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.