tomwer.gui.utils.sandboxes.RegularExpressionSandBox#

class tomwer.gui.utils.sandboxes.RegularExpressionSandBox(parent=None, pattern=None)#

Widget to see if the pattern will ‘valid’ the given value or not

applyFilter()#

Update result label depending on the value to check and the filter

static description()#
setPattern(pattern)#

compile th filter for the given pattern :param str pattern:

unvalidPatternDefinition(pattern, error)#

Overwrite NameFilter.unvalidPatternDefinition