Copyright © 2014-2022 Michael Truog
Version: 2.0.5 Oct 26 2023 12:17:28 ------------------------------------------------------------------------
Authors: Michael Truog (mjtruog at protonmail dot com).
lookup() = trie:trie()
lookup/0 |
Get an environment variable lookup.. |
status/0 |
Get execution environment status.. |
transform/1 |
Transform a string, substituting environment variable values from the lookup.Use ${VARIABLE} or $VARIABLE syntax, where VARIABLE is a name with [a-zA-Z0-9_] ASCII characters. |
transform/2 |
Transform a string, substituting environment variable values from the lookup.Use ${VARIABLE} or $VARIABLE syntax, where VARIABLE is a name with [a-zA-Z0-9_] ASCII characters. |
lookup() -> lookup()
status() -> [{atom(), string()}, ...]
transform(String::string()) -> string()
transform(String::string(), Lookup::lookup()) -> string()
Generated by EDoc