Community
Participate
Working Groups
Currently api is String match(Object regexp); It should be: String[] match(String regexp); String[] match(RegExp regexp);
Updated api