utils.stringLeftwords and Tabs

Hi,

I noticed that when you try to get the first word in a string with utils.stringLeftWords and the first word and the second word are separated by tabs, this function sees the string of the first word + the tabs + the second word as one word.

Is this expected?

It seems like the function only looks for a space character after an x number of non space characters. I would have expected a search for both spaces and/or tabs.

Paul