Public Member Functions | |
def | populate (cls, value) |
Public Attributes | |
EMPTY | |
EMPTY_REPL | |
END | |
ID | |
START | |
Static Public Attributes | |
string | EMPTY = START + END |
Placeholder for empty string match. More... | |
string | EMPTY_REPL = "%s''%s" % (START, END) |
Replacement for empty string match. More... | |
string | END = "</%s>" % ID |
Placeholder at end of match. More... | |
string | ID = "matching" |
Unique marker for match highlight replacements. More... | |
string | START = "<%s>" % ID |
Placeholder in front of match. More... | |
def grepros.common.MatchMarkers.populate | ( | cls, | |
value | |||
) |
|
static |
|
static |
|
static |