Skip to content

2.13.0 Adds New Functions

Compare
Choose a tag to compare
@mattfarina mattfarina released this 18 Sep 14:31
· 339 commits to master since this release
v2.13.0

This release adds new functions, including:

  • regexMatch, regexFindAll, regexFind, regexReplaceAll, regexReplaceAllLiteral, and regexSplit to work with regular expressions
  • floor, ceil, and round math functions
  • toDate converts a string to a date
  • nindent is just like indent but also prepends a new line
  • ago returns the time from time.Now

Changelog

Added

Changed