Copyright © 2014-2018 Michael Truog
Version: 1.7.4 Dec 17 2018 18:07:36 ------------------------------------------------------------------------
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