TrimHead string method
Aliases: trim_head(), trimStart(), trim_start()
The trimHead method is used to remove white spaces from a string head.
For example:
findit -w 'content.trimHead() = "hello"'
will show the files that has hello in their content (with spaces in the beginning).