__init__ (
self,
aStructuredString,
level=0,
paragraph_divider=regex.compile( '\(\n *\)+\n' ),
)
Convert a structured text string into a structured text object.
Aguments:
- aStructuredString
The string to be parsed.
level -- The level of top level headings to be created.
|