viniciuscandido
4 years agoNew Contributor
aqString.Trim does not remove all spaces from the specified string
Hey everyone! 👋 The function aqString.Trim() only removes leading and trailing spaces, if a given string has a whitespace within, this one is not removed. Example of using Trim function: fun...