Summary

This article covers replacing text found in the first argument.

Table of Contents


Description

This command replaces the text found in the first argument with the replacement text. The first argument is the original string, the second argument is the target and the third argument is the replacement.

Attributes

  • none

Parameters

  • three string commands

Example

<script scriptId="getPatNo">
    <body>
    
        <s:replace>
            <s:import inputPath="3"/>
            <s:string value=" "/>
            <s:string value=""/>
        </s:replace>
        
    </body>
</script>



Need more help?

Please visit the Fountayn Contact Information page.