Hi, I am asking your help because I am actually coding a parsor for Kconfig file in Linux system.
When I read a Kconfig file, I need when I browse the Array containing the file content to read each line, but without the special escape sequences, like: \n \t …etc.
How can I remove it ?
Because of that, when I perform a .starts_with?() on a string, the test fail