Summary
This command returns the provided string in all lower case.
Attributes
- none
Parameters
- one string command
Example
<script scriptId="DOB_to_lower">
<body>
<s:if>
<s:isSet/>
<s:assign>
<s:question path="/v01/demog.dmdobdt"/>
<s:lower>
<s:stringPath path=":value"/>
</s:lower>
</s:assign>
</s:if>
</body>
<target typeId="dmdobdt" when="preprocess" shouldReconcile='true' />
</script>Need more help?
Please visit the Fountayn Contact Information page.