Oliver Mitchell 1a1ea896df feat PadLines: added "Mode" argument
- Added "Mode" argument to the Pad Lines operation.
- Added "Fixed Count" mode. Mimics original behaviour, fixed number of characters added to the string.
- Added "Target Length" mode. Adds padding characters in order to reach a certain length.
- Modified Pad lines implementation to use join rather than slice for final result
2026-05-06 00:24:22 +09:30
..