Is there anything built in to check if a String ma...
# testing
l
Is there anything built in to check if a String matches a regex? I know I could assertTrue with a Regex, but I’d like the output to give me the failing string and the regex if it fails.