bpod_core.misc.RE_ACRONYM

bpod_core.misc.RE_ACRONYM = re.compile('([A-Z]+)([A-Z][a-z])')

Match acronym boundaries.