Skip to content

Releases: jagottsicher/myGoToolbox

v1.2.0

07 Oct 13:16
Compare
Choose a tag to compare

Changelog:

  • added EscapeStringRegex which returns a string that escapes all regular expression metacharacters inside the argument of type string like .+*?()|[]{}^ and returns a string which is a regular expression matching the literal text.

v1.1.0

07 Oct 09:46
Compare
Choose a tag to compare

Changelog:

  • cleanup
  • added an os-independed function to clear the terminal screen

v1.0.0

07 Oct 01:03
Compare
Choose a tag to compare

First release