colour.constants.FLOATING_POINT_NUMBER_PATTERN

colour.constants.FLOATING_POINT_NUMBER_PATTERN = u'[0-9]*\\.?[0-9]+([eE][-+]?[0-9]+)?'

unicode(object=’‘) -> unicode object unicode(string[, encoding[, errors]]) -> unicode object

Create a new Unicode object from the given encoded string. encoding defaults to the current default string encoding. errors can be ‘strict’, ‘replace’ or ‘ignore’ and defaults to ‘strict’.