utils/common_functions library

Functions

hasMatch(String? s, String p) bool
Checks if a string matches a specified pattern.
randomString({int? length, bool includeNumeric = true}) String
Generates a random alphanumeric string with a random length between 1 and 64.