When parsing my string from a file on Windows 10 I kinda have two characters that are not removable by whitespaces trims and such.
Here is evidence of the culprit.
This somewhat screws up my regex ^(\w+)
because it happens that there is a whitespace in it.
When I copy the value of the string (screenshot) into RegExr for example I see there is a whitespace added - and that is why my regex will net work.
I already googled for -1 -2 in UTF-8 string
but was not able to find anything and therefore am super confused with that.