about | help | code help+videos | done | prefs |
Given a regular expression and some text, return the second match of that expression within the text. If there are NO MATCHES or ONLY ONE MATCH, return "N/A" for Not Applicable. regex_secondMatch("[AEIOUaeiou]", "Computer") → "u" regex_secondMatch("[AEIOUaeiou]", "Science") → "e" regex_secondMatch("[AEIOUaeiou]", "Strength") → "N/A" ...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