Home
last modified time | relevance | path

Searched refs:getCompiledRegExp (Results 1 – 4 of 4) sorted by relevance

/external/markdown/tests/extensions-x-codehilite/
Dcode.txt9 def getCompiledRegExp (self) :
/external/markdown/markdown/
Dtreeprocessors.py213 match = pattern.getCompiledRegExp().match(data[startIndex:])
Dinlinepatterns.py136 def getCompiledRegExp (self): member in Pattern
/external/markdown/docs/
Dwriting_extensions.txt68 * **``getCompiledRegExp()``**:
77 Note that any regular expression returned by ``getCompiledRegExp`` must capture
79 with ``r'(.*?)!'``. When using the default ``getCompiledRegExp()`` method
81 and ``getCompiledRegExp`` will wrap your expression for you. This means that