Copyright © 2014 Michael Truog
Version: 1.3.3 Sep 30 2014 14:01:31 ------------------------------------------------------------------------
Authors: Michael Truog (mjtruog [at] gmail (dot) com).
| lookup/0 |
Get an environment variable lookup for cloudi_service:environment_transform().. |
| 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() -> trie:trie()
transform(String::string()) -> string()
transform(String::string(), Lookup::trie:trie()) -> string()
Generated by EDoc, Sep 30 2014, 14:01:31.