1
0
mirror of https://github.com/MontFerret/ferret.git synced 2024-12-14 11:23:02 +02:00
ferret/pkg/stdlib/strings
Tim Voronov 2cfd1040a9
Added missed UA setting (#318)
* Added misset UA setting

* Update doc_ua.fql

* Delete ferret_embedding_basic.go
2019-06-25 12:51: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 Added missed UA setting (#318) 2019-06-25 12:51:51 -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
escape_test.go Added missed UA setting (#318) 2019-06-25 12:51:51 -04:00
escape.go Added missed UA setting (#318) 2019-06-25 12:51: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 Linter Cleanups (#294) 2019-05-03 17:10:34 -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 Added missed UA setting (#318) 2019-06-25 12:51:51 -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
unescape_test.go Added missed UA setting (#318) 2019-06-25 12:51:51 -04:00
unescape.go Added missed UA setting (#318) 2019-06-25 12:51:51 -04:00