Return matched subrule as a string, possibly handling quote/unquote
Methods
|
|
__init__
format
getOpening
parse
withTerminators
|
|
__init__
|
__init__ (
self,
rule=MatchString(),
unquote=True,
terminators='',
)
|
|
format
|
format (
self,
data,
write,
)
|
|
getOpening
|
getOpening (
self,
closing,
memo,
)
|
|
parse
|
parse (
self,
inputStr,
produce,
startAt,
)
|
|
withTerminators
|
withTerminators (
self,
terminators,
memo,
)
|
|