1
0
mirror of https://github.com/MontFerret/ferret.git synced 2024-12-14 11:23:02 +02:00
ferret/pkg/stdlib/strings
3timeslazy de703513e4 Linter Cleanup (#276)
* linter cleanup

* fix default case
2019-03-29 10:48:51 -04:00
..
case_test.go stdlib.strings 2018-09-21 20:37:09 -04:00
case.go Rewrite comments, closing #118 2018-10-14 13:06:27 -04:00
concat_test.go stdlib.strings 2018-09-21 20:37:09 -04:00
concat.go New type system (#232) 2019-02-13 12:31:18 -05:00
contains_test.go stdlib.strings 2018-09-21 20:37:09 -04:00
contains.go New type system (#232) 2019-02-13 12:31:18 -05:00
decode_test.go Implement FROM_BASE64 function (#115) 2018-10-14 11:45:06 -04:00
decode.go change comment (#150) 2018-10-28 14:15:54 -04:00
encode_test.go stdlib.strings 2018-09-21 20:37:09 -04:00
encode.go Linter Cleanup (#276) 2019-03-29 10:48:51 -04:00
find_test.go stdlib.strings 2018-09-21 20:37:09 -04:00
find.go Linter Cleanup (#276) 2019-03-29 10:48:51 -04:00
fmt_test.go Feature/#8 datetime (#152) 2018-10-30 15:59:18 -04:00
fmt.go Linter Cleanup (#276) 2019-03-29 10:48:51 -04:00
json_test.go New type system (#232) 2019-02-13 12:31:18 -05:00
json.go Rewrite comments, closing #118 2018-10-14 13:06:27 -04:00
lib.go Feature/#250 wait style (#255) 2019-03-13 14:51:30 -04:00
like_test.go Add like function test 2018-10-07 15:29:09 +03:00
like.go Linter Cleanup (#276) 2019-03-29 10:48:51 -04:00
random_test.go stdlib.strings 2018-09-21 20:37:09 -04:00
random.go New type system (#232) 2019-02-13 12:31:18 -05:00
regex_test.go stdlib.strings 2018-09-21 20:37:09 -04:00
regex.go Linter Cleanup (#276) 2019-03-29 10:48:51 -04:00
split_test.go stdlib.strings 2018-09-21 20:37:09 -04:00
split.go New type system (#232) 2019-02-13 12:31:18 -05:00
substitute_test.go stdlib.strings 2018-09-21 20:37:09 -04:00
substitute.go New type system (#232) 2019-02-13 12:31:18 -05:00
substr_test.go RIGHT() function should return substr counting from right rather than… (#164) 2018-11-07 10:04:18 -05:00
substr.go Linter Cleanup (#276) 2019-03-29 10:48:51 -04:00
trim_test.go stdlib.strings 2018-09-21 20:37:09 -04:00
trim.go Rewrite comments, closing #118 2018-10-14 13:06:27 -04:00