Category:Strfmt: Difference between revisions

no edit summary
(Created page with "{{library}} “strfmt” is a string formatting library for the Nim programming language similar to Python’s format. It is easier to use than the basic functions provided by...")
 
No edit summary
 
Line 1:
{{library}}
“strfmt” is a string formatting library for the Nim programming language similar to Python’s format. It is easier to use than the basic functions provided by the standard module “strutils”. The standard module “strformat", which provides interpolation, may be more convenient than “strfmt” in many cases, but the latter is very useful when we want to work with a format string.
 
Link: https://github.com/bio-nim/nim-strfmt
Anonymous user