I have a value in the properties file for a key as show below :
mykey = my#value
I have a trouble in reading the value after "#
", I think it is treated as a comment.
I have tried using '\
' to escape but it's not working.I have checked the previous post here and that was to escape space and : this is different as # is also used to represent comment,But I need # as a value.