EndsWithRegexp
EndsWithRegexp("Financial performance", "[abc]") → false
EndsWithRegexp("Dollars (millions)", "[)/]") → trueInputs
Last updated
EndsWithRegexp("Financial performance", "[abc]") → false
EndsWithRegexp("Dollars (millions)", "[)/]") → trueLast updated