Saving all output to "!!{outputDirectory}!!/udf_trim.q.raw". Enter "record" with no arguments to stop it. >>> !run !!{qFileDirectory}!!/udf_trim.q >>> DESCRIBE FUNCTION trim; 'tab_name' 'trim(str) - Removes the leading and trailing space characters from str ' 1 row selected >>> DESCRIBE FUNCTION EXTENDED trim; 'tab_name' 'trim(str) - Removes the leading and trailing space characters from str ' 'Example:' ' > SELECT trim(' facebook ') FROM src LIMIT 1;' ' 'facebook'' 4 rows selected >>> !record