how can I get the time difference from the string below, I want to get it with (-3.30)
[UTC - 3:30] Newfoundland Standard Time
and how to get null from the below string
[UTC] Western European Time, Greenwich Mean Time
and I want to get +3.30 in below string
[UTC + 3:30] Iran Standard Time
Regular expression:
The 1st group is
- 3:30. (with spaces)