Hi there,
been trying the to figure out the escape char for "["and "]" in regex. I have the following pattern of string and this string is the actual string:
[somestring][anotherstring]
So the string will start with "[" followed by somestring and followed by with "]" and followed by "[" and followed by anotherstring and followed by "]".
can anyone please suggest?