Andrew
Results
1
comments of
Andrew
There is a problem with `re_escape` decorator. If we pass name without keyword `name=` it will be passed into `*args` parameter. For example in: `VerEx().start_of_line().find('123', 'my_number').end_of_line().regex()` `'my_number'` will be escaped...