Giter Club home page Giter Club logo

Comments (5)

unknwon avatar unknwon commented on August 16, 2024 2

Example:

cfg, err := ini.InsensitiveLoad("filename")
//...

// sec1 and sec2 are the exactly same section object
sec1, err := cfg.GetSection("Section")
sec2, err := cfg.GetSection("SecTIOn")

// key1 and key2 are the exactly same key object
key1, err := cfg.GetKey("Key")
key2, err := cfg.GetKey("KeY")

from ini.

unknwon avatar unknwon commented on August 16, 2024

Hi, can you give an example use of this feature?

from ini.

gpaterno avatar gpaterno commented on August 16, 2024

Sure. Sometimes keys are written by users in mixed case format, even if you specify in the docs that have to be lowercase. So that, you can have in ini file:

FOO = bar
Foo = bar
foo = bar

Would be able to retrieve the same value using case insensitive key retrieval.
Hope that I was able to express myself :(
Thanks.

from ini.

unknwon avatar unknwon commented on August 16, 2024

Thanks, so there is one problem left, inside the library, all key names will be stored as in lower cases. Therefore if you want to write out them, output format will have all lowercase key names.

Does this sound OK to you?

from ini.

gpaterno avatar gpaterno commented on August 16, 2024

Apologies for the long-waiting answer.
Yes! The most problematic is the read .... as much as you can specify and tell hard the user to watch out how they write by hand the .ini file, they will use mixed cases. :(
Thanks.

from ini.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.