FindMatchesOfRegexp
FindMatchesOfRegexp("Hello world", "[wo]") → ["o","w","o"]
FindMatchesOfRegexp("text text", "[t]") → ["t","t","t","t"]Inputs
Last updated
FindMatchesOfRegexp("Hello world", "[wo]") → ["o","w","o"]
FindMatchesOfRegexp("text text", "[t]") → ["t","t","t","t"]Last updated