(regex-match? `[0-9]+` "Hello 12345")
(regex-replace `Hello, (\w+)!$` "Hello, world!" "Goodbye, $1!")
Languages with hasBuiltInRegex include Slope, TQL
Languages without hasBuiltInRegex include C3, C2
View all concepts with or missing a hasBuiltInRegex measurement