TextFilter ( InText )
Filter(), TrimAll(), and TextFormatRemove() in one function.
Be the first to rate this function Log in to vote
|
Richard DeShong - Show more from this author
Logic Tools http://logictools.com |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
I find that a large number of fields are expected to be one line of text (names, phones, emails, city, state, etc.). So I needed a function to clean the user's data entry. I did not want leading or ending spaces, no returns or tabs, and limit it to a specific list of characters (typical for the types of data entry fields). So this combines a number of text functions.
I sometimes use this in a field's autocalc: TextFilter( Self ).
Most often I use it in a script: After the user has specified data in a set of global fields and clicks to continue, I use TextFilter() on all of the global fields before I perform field-specific checks.
I also use this as the basis for creating specialized text filtering CF's, by changing the list of characters allowed.
Comments
| João Coutinho May 5, 2026 |
||
| Nice one! | ||
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.