I have a string with some special characters as below:
If I have to compare two strings in the above format, do I have to use regex because normal $string1 eq $string2 does not work.
Thanks.
Code:
chr1:52055616-52061682
Thanks.
Comment