hydra.dsl.lib.strings module

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

hydra.dsl.lib.strings.char_at(i: TypedTerm[int], s: TypedTerm[str]) TypedTerm[object]

DSL reference to hydra.overlay.python.lib.strings.charAt.

hydra.dsl.lib.strings.concat(xs: TypedTerm[Sequence[str]]) TypedTerm[str]

DSL reference to hydra.overlay.python.lib.strings.concat.

hydra.dsl.lib.strings.concat2(s: TypedTerm[str], t: TypedTerm[str]) TypedTerm[str]

DSL reference to hydra.overlay.python.lib.strings.concat2.

hydra.dsl.lib.strings.from_list(cs: TypedTerm[Sequence[int]]) TypedTerm[str]

DSL reference to hydra.overlay.python.lib.strings.fromList.

hydra.dsl.lib.strings.is_empty(s: TypedTerm[str]) TypedTerm[bool]

DSL reference to hydra.overlay.python.lib.strings.isEmpty.

hydra.dsl.lib.strings.join(sep: TypedTerm[str], xs: TypedTerm[Sequence[str]]) TypedTerm[str]

DSL reference to hydra.overlay.python.lib.strings.join.

hydra.dsl.lib.strings.length(s: TypedTerm[str]) TypedTerm[int]

DSL reference to hydra.overlay.python.lib.strings.length.

hydra.dsl.lib.strings.split_on(sep: TypedTerm[str], s: TypedTerm[str]) TypedTerm[Sequence[str]]

DSL reference to hydra.overlay.python.lib.strings.splitOn.

hydra.dsl.lib.strings.to_list(s: TypedTerm[str]) TypedTerm[Sequence[int]]

DSL reference to hydra.overlay.python.lib.strings.toList.

hydra.dsl.lib.strings.to_lower(s: TypedTerm[str]) TypedTerm[str]

DSL reference to hydra.overlay.python.lib.strings.toLower.

hydra.dsl.lib.strings.to_upper(s: TypedTerm[str]) TypedTerm[str]

DSL reference to hydra.overlay.python.lib.strings.toUpper.