j
k
j a
j l
Frank Tegtmeyer writes:
...What did Trim() do? trim() typically removes whitespace at the beginning and end of a string. I first saw it in dBase about 15 years ago, I think. This is called "strip" in Python. You find it in the "string" module.
What did Trim() do?
trim() typically removes whitespace at the beginning and end of a string. I first saw it in dBase about 15 years ago, I think. This is called "strip" in Python. You find it in the "string" module.
Dieter
Back to the thread
Back to the list