Methods
|
|
group
search
|
|
group
|
group ( self, *args )
|
|
search
|
search (
self,
text,
start=0,
name_match=regex.compile( '[\0- ]*[a-zA-Z]+[\0- ]*' ).match,
end_match=regex.compile( '[\0- ]*\(/\|end\)', regex.casefold ).match,
start_search=regex.compile( '[<&]' ).search,
ent_name=regex.compile( '[-a-zA-Z0-9_.]+' ).match,
find=find,
strip=strip,
replace=replace,
)
|
|