python-rex icon indicating copy to clipboard operation
python-rex copied to clipboard

Refactor: Extract to_re_flags()

Open invl opened this issue 11 years ago • 0 comments

In order to support modifiers like g for findall, eventually class Rex will have to store string flags instead of numeric flags from re module. This PR is a baby step to detach re FLAGS from class Rex.

invl avatar Jul 20 '14 09:07 invl