Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: substring() can handle exceeding length
If substring() is called with a given length that is greater than the string then it returns the remaining characters from the start index.
- Loading branch information