google / jsonnet

Jsonnet - The data templating language
http://jsonnet.org
Apache License 2.0
6.92k stars 438 forks source link

feat: implement std.equalsIgnoreCase #1079

Closed rohitjangid closed 1 year ago

rohitjangid commented 1 year ago

Implement std.equalsIgnoreCase in standard library

go-jsonnet PR: https://github.com/google/go-jsonnet/pull/692

sparkprime commented 1 year ago

This should be std.equalsIgnoreCase() as we already have std.equals (and we don't have std.isEqual)

rohitjangid commented 1 year ago

@sparkprime renamed it to equalsIgnoreCase