We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Provide a simple way to intialise strings such as:
s: (20)"*" ;; string of 20 *s s: "^[20] " ;; string of 20 " " s: (50)"" ;; an empty string with length of 50, size 51 s: "^[50]" ;; ditto