Add fuzz test for string functions and fix 2 bugs in implementation of `LTRIM/RTRIM/TRIM` and `QUOTE`: - `QUOTE` needs to escape internal quote(`'`) symbols - `LTRIM`/`RTRIM`/`TRIM` needs to check if they have additional argument Closes #958