Copyright © 2014-2017 Michael Truog
Version: 1.7.1 Feb 26 2018 17:29:21 ------------------------------------------------------------------------
Authors: Michael Truog (mjtruog [at] gmail (dot) com).
lookup() = trie:trie()
lookup/0 |
Get an environment variable lookup.. |
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()
transform(String::string()) -> string()
transform(String::string(), Lookup::lookup()) -> string()
Generated by EDoc, Feb 26 2018, 17:29:21.