ReplaceChars
Replaces a character or string of characters in the captured value of the current Field object with a String that you enter as one of the parameters.
Syntax
bool ReplaceChars (StrParam)
Parameters
- The character or string of characters to be replaced; defaults to a space. Smart Parameter Enabled.
- The characters of the replacement String. Smart Parameter Enabled.
- The number of times replacement is to occur. The default is 1 and * replaces all instances.
Returns
Always True.Level
Field level.Details
- Example
ReplaceChars(".,/,*") 01.02.2005 becomes 01/02/2005