my $string = "hello\t\\"; $string =~ s/\t\\//g; [download]
this should return the value of $string as simply hello
humbly -c
In reply to Re: Regex question by c in thread Regex question by IPstacks