S
Stefan Drissen
Guest
[quote user="Lars Neumeier"] I would guess that something like this could be faster ? 1 2 3 4 lHasToBeQuoted = ( LENGTH (inputString) > LENGTH(TRIM(inputString, ' ~"()<>@,;:\/[]?='))). [/quote] That will fail with: hello"there Since trim works from outside in.
Continue reading...
Continue reading...