isUUID ( uuidString )
Test if input string is a uuid
Average rating: 1.0 (1 vote) Log in to vote
Jonni™ - Show more from this author |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Test if input string is a uuid. Returns 1 if True and 0 if False.
Comments
Mike Aug 16, 2024 |
||
This function equals 1, even if an invalid character was entered. Example: If "uuidString" contains the letter "m", the result is still 1. "m" is not allowed in UUIDs. There is already a function that takes care of this: https://www.briandunning.com/cf/1684 |
||
Jonni™ Sep 24, 2024 |
||
Thanks Mike. I didn't know about the disdain for the letter M nor had I been able to find the other function. Appreciate the feedback and the link. | ||
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.