public bool RegionMatches(int thisStart, ICharSequence seq, int start, int length) =>
 CharUtil.RegionMatches(this, thisStart, seq, start, length);