Contents
Utility functions for FLIP.
Utils
Utility class with static helper methods.
Check if a value is a valid UUID.
val – Value to check (will be converted to string)
bool – True if valid UUID, False otherwise
Check if a string is empty or contains only whitespace.
val – String to check
bool – True if empty or whitespace-only, False otherwise