Resolves a format name to its pattern, or null if not found.
name
null
static String? resolve(String name) { return all[name]; }