View Problem
Check if a string matches a regular expression
Display
There are 25 other solutions in additional languages (clojure, cpp, csharp, erlang ...)
"ok" if "Hello" matches /[A-Z][a-z]+/
There are 25 other solutions in additional languages (clojure, cpp, csharp, erlang ...)
