mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Minor update
This commit is contained in:
parent
e393e1b80e
commit
63977ebdff
2 changed files with 4 additions and 2 deletions
|
|
@ -3079,6 +3079,8 @@ def extractRegexResult(regex, content, flags=0):
|
|||
|
||||
>>> extractRegexResult(r'a(?P<result>[^g]+)g', 'abcdefg')
|
||||
'bcdef'
|
||||
>>> extractRegexResult(r'a(?P<result>[^g]+)g', 'ABCDEFG', re.I)
|
||||
'BCDEF'
|
||||
"""
|
||||
|
||||
retVal = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue