summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeon Etienne <40911701+Leonetienne@users.noreply.github.com>2022-02-27 15:46:26 +0000
committerGitHub <noreply@github.com>2022-02-27 15:46:26 +0000
commitfda199ef07610a6e711f7e0af4493a351d0bede9 (patch)
treec01ed99a88d5eb457c1eb8c2dbfb2428f3eae569
parent19fbd01c38ae1b23411211c171dc0a87d9da2ba2 (diff)
Update todo.md
-rw-r--r--todo.md3
1 files changed, 2 insertions, 1 deletions
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)