Searched refs:strip_plus (Results 1 – 1 of 1) sorted by relevance
59 strip_plus = lambda s: re.sub(r"^\++$", "0", s) function78 fields = [strip_plus(f) for f in fields]