Ex@ct ( originalText ; comparisonText ; wildChar )
Compares two text strings, allowing for a wildcard character.
Average rating: 4.6 (28 votes) Log in to vote
Michael Horak - Show more from this author
*COMMENT Visual Realisation |
Ex@ct ( "Don" ; "@on" ; "@" )
Ex@ct ( "Bron" ; "@on" ; "@" )
Ex@ct ( "555-123-4567" ; "555-###-4567" ; "#" )
1
0
1
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Compares the contents of originalText to comparisonText and returns 1 (True) if the contents match, 0 (False) otherwise. The comparisonText may contain one wildcard character for each unknown character.
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.