From fda199ef07610a6e711f7e0af4493a351d0bede9 Mon Sep 17 00:00:00 2001 From: Leon Etienne <40911701+Leonetienne@users.noreply.github.com> Date: Sun, 27 Feb 2022 15:46:26 +0000 Subject: [PATCH] Update todo.md --- todo.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/todo.md b/todo.md index 1010262..c2626a1 100644 --- a/todo.md +++ b/todo.md @@ -1,3 +1,4 @@ 1) Reverse(str) 2) RandomString(set, len) -3) +3) PadLeft(str, len, filler) +4) PadRight(str, len, filler)