fixing findString()
This commit is contained in:
parent
a8d0d8ac8b
commit
d5d58dba34
1 changed files with 0 additions and 1 deletions
|
@ -5,7 +5,6 @@ import re
|
||||||
|
|
||||||
|
|
||||||
def findRegexp(string, regexp):
|
def findRegexp(string, regexp):
|
||||||
print string, regexp
|
|
||||||
return re.compile(regexp, re.DOTALL).findall(string)
|
return re.compile(regexp, re.DOTALL).findall(string)
|
||||||
|
|
||||||
def findString(string, string0, string1 = ''):
|
def findString(string, string0, string1 = ''):
|
||||||
|
|
Loading…
Reference in a new issue