about | help | code help+videos | done | prefs |
Given a String of a regular expression and a String of some text, return the number of matches of the regular expression within the text. regex_numberOfMatches("a", "aaa") → 3 regex_numberOfMatches("a", "aaaa") → 4 regex_numberOfMatches("\\d", "a1b2c3") → 3 ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Copyright Nick Parlante 2017 - privacy