Searched refs:instring (Results 1 – 1 of 1) sorted by relevance
447 def remove_whitespace(instring):451 Example: instring = " xxx ", then returns instring = "xxx"454 return instring.strip()442 remove_whitespace(instring) global() argument