Copyright © 2014 Michael Truog
Version: 1.3.3 Apr 12 2015 20:34:50 ------------------------------------------------------------------------
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, Apr 12 2015, 20:34:50.