String
| Timestream.len | Return a Timestream with the length of input string. |
| Timestream.lower | Return a Timestream with all values converted to lower case. |
| Timestream.upper | Return a Timestream with all values converted to upper case. |
| Timestream.substring | Return a Timestream with a substring between the start and end indices. |