Added t:length to transform a value to its character length. See #55.

This commit is contained in:
brectanus
2007-05-01 15:59:52 +00:00
parent 5482606c37
commit b93eef9db3
2 changed files with 19 additions and 0 deletions

View File

@@ -2,6 +2,8 @@
?? ??? 2007 - trunk
-------------------
* Added t:length to transform a value to its character length.
* Added t:trimLeft, t:trimRight, t:trim to remove whitespace
from a value on the left, right or both.