Cannot set key with capitals in it 🤔 #1206
Unanswered
shrinidhi111
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is my sample Java properties file
This is my code
And this is the result
viper.Set() function declares itself to be "case-insensitive" (to be honest its more like 'convert everything to lower case' instead of real case insensitive) but even then it does not replace the key which I expected it to.
It simply creates a new key with small case.
How do I fix this?
Beta Was this translation helpful? Give feedback.
All reactions