resharp 0.5.0

high-performance regex engine with intersection and complement operations
Documentation
1
2
3
4
5
6
7
8
9
[[test]]
name = "ci_flag_prefix_alternation"
pattern = "(?i)min|max"
pp = "[Mm]([Ii][Nn]|[Aa][Xx])"

[[test]]
name = "ci_flag_grouped_alternation"
pattern = "(?i)(min|max)"
pp = "[Mm]([Ii][Nn]|[Aa][Xx])"