TrimTail string method
Aliases: trim_tail()
The trimTail method is used to remove white spaces from a string end.
For example:
findit -w 'content.trimTail() = "hello"'
will show the files that has hello in their content (with spaces in the end).