about | help | code help+videos | done | prefs |
string_countLOL
Given a String, return the number of times that "LOL" appears in the String, ignoring capitalization. string_countLOL("LOL") → 1 string_countLOL("lol") → 1 string_countLOL("LOLcodingLOL") → 2 ...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