replace any character not specified in the allowed list with the substitute character
Sample Input:
code.999-999-9999
Sample Output:
code 999 999 9999
Description:
The impetus for the custom function was to have a way to override FileMaker's built in word separators when using LeftWords (and other word evaluation functions). This tail recursive function will build a new string, substituting any non-allowed characters with the substitute character.
Bar codes for your FileMaker solution: No special fonts, no plug-ins. Click
here.
Custom Function Authors:
Link to all of your own custom functions on this site with the following URL:
http://www.briandunning.com/filemaker-custom-functions/results.php?author=Your
Name Here