about | help | code help+videos | done | prefs |
string_contains
Given a string "word" and another string "part", return true if "part" exists anywhere inside of "word". string_contains("computer", "put") → true string_contains("computer", "com") → true string_contains("computer", "sci") → false ...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