Skip to content

Tag: string

What is Coder in String Value?

I am reading a CSV file, by using com.opencsv.CSVReader Like below Value for header is coming like below screen shot: What’s coder here (Highlighted in yellow)? Why the value is 1 for first index and 0 for all other? Answer The official response is “none of your business”, since it’s a…

Detecting last character

Im trying to detect whether the last character of a string contains an operator using an array checker that was previously used for integers. For some reason the code will always display “Not In” Even …