scope ellipsisToGroupedDotPlusRegexp. static SS #cache = synchronizedMRUCache(100); sS ellipsisToGroupedDotPlusRegexp(S s) { S out = cache.get(s); if (out == null) cache.put(s, out = ellipsisToRegexp_generic(s, "(.+)")); ret out; } end scope