Returns true if this string contains a match of other:
other
bool? contains(Pattern other, [int startIndex = 0]) { return value?.contains(other, startIndex); }