-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Tweaks to `wrap` handling of initial indent preservation. * Support for multiple and inplace-multiply. E.g `buf * 3` and `buf *= 3`. * Only return first line with `clip`. * Remove `center(rstrip:bool)`; Not using and of limited usefulness. * Added `rstrip`, `startswith` and `endswith`. The behavior is modeled after the `str` variants of the same method names and they operate on the VTML text, ignoring all tags.
- Loading branch information
Showing
2 changed files
with
245 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.