highlight_regex method

highlight_regex

Highlights all matches of the regular expression with the specified color.

def highlight_regex(self, regex, highlight_color):
    ...
ParameterTypeDescription
regexstrThe string contains regular expression to get strings to highlight.
highlight_coloraspose.pydrawing.ColorThe color to highlight the text.

See Also