Should be able to exclude len() for example: `string.substring_len(3)` Could be a shorthand for `string.substring(3, string.len())`
Should be able to exclude len() for example:
string.substring_len(3)Could be a shorthand for
string.substring(3, string.len())