Skip to content

Releases: louvri/gob

Add extract alfanumeric with selected special characters

19 Jul 03:37
6b05c20
Compare
Choose a tag to compare

add commonly used special characters to be included with alfa numeric extraction from a string.
allowed special characters are !"#$%&'()*+,-./ \[]\n

v0.0.2: Add case in switch statement for handling map type (#3)

11 Jan 05:10
cbf769d
Compare
Choose a tag to compare
* Add map type on assign function

* Add casting time.duration to int64

Initial release with basic functions

09 Jul 03:53
d7ddf80
Compare
Choose a tag to compare

Initial codes supporting array/slice, object, and string processing.