util.strings.strip
Remove whitespace from a string.
Arguments:
def util.strings.strip(
s: str = None,
):
Returns a string.
Example:
util.strings.strip(s=" hello world ") # 'hello world'
Remove whitespace from a string.
Arguments:
def util.strings.strip(
s: str = None,
):
Returns a string.
Example:
util.strings.strip(s=" hello world ") # 'hello world'