Files

5 lines
80 B
Python
Raw Permalink Normal View History

2026-01-28 17:01:19 +08:00
import re
class ParsePatterns:
step_pattern = re.compile(r"([A-Z]+_)+")