Hi All,
I need to replace the string using perl regular expressions. This must be smple for you.
I need to replace the string as follows.
$str = "Some text1 : Data Some Text2"
After replacing the $str should contain only the "Data"
Can you please help me out...
Thanks and Best Regards,