resharp 0.6.13

high-performance regex engine with intersection and complement operations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
description = '''
patterns whose find_all is O(n^2), seeing if they get flagged
'''

[[test]]
name = "extract_from"
pattern = 'EXTRACT\s*([^)]*FROM\s+[^)]+)'
unit = 'EXTRACT x '
note = ''''''

[[test]]
name = "op_pushdata"
pattern = 'OP_PUSHDATA[^\s]+ [^\s]+'
unit = 'OP_PUSHDATA'
note = ''''''