diff +util/ReplaceableString.m @ 894:f30eafd6d4dc

Add new formatting method to TextTable
author Jonatan Werpers <jonatan@werpers.com>
date Thu, 22 Nov 2018 07:29:30 +0100
parents 09d964b850ee
children
line wrap: on
line diff
--- a/+util/ReplaceableString.m	Thu Nov 22 07:27:11 2018 +0100
+++ b/+util/ReplaceableString.m	Thu Nov 22 07:29:30 2018 +0100
@@ -58,3 +58,5 @@
 function b = padStr(a, n)
     b = sprintf('%-*s', n, a);
 end
+
+% TODO: Add a debug mode which prints without replacing?