Module String
A module with helper functions related to strings.
Info:
- License: MIT
- Author: Richard Voelker
Functions
StringNTimes (s, n) | Duplicates the given string n times and returns a new string. |
String
A module with helper functions related to strings.
StringNTimes (s, n) | Duplicates the given string n times and returns a new string. |