Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 277 Bytes

RegexGolf.md

File metadata and controls

14 lines (11 loc) · 277 Bytes

Answers playing with Regex golf

problem answer
Warmup foo
Anchors k$
It never ends u\b
Ranges ^[a-f]*$
Backrefs (...).*\1

Reference:

正则表达式手册