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

  1. The character or string of characters to be replaced; defaults to a space. Smart Parameter Enabled.
  2. The characters of the replacement String. Smart Parameter Enabled.
  3. The number of times replacement is to occur. The default is 1 and * replaces all instances.
Smart parameters are supported.

Returns

Always True.

Level

Field level.

Details

Example
ReplaceChars(".,/,*")
01.02.2005 becomes 01/02/2005