Return a string containing the contents of the asset.
It assumes the asset is UTF-8 encoded.
text()
A string.
If the asset is too big to fit in a string, an error is thrown.
In this case, use blob(), reader() or lines() to read its contents.
Asset("myasset").text()
"hello world"