I'm struggling to figure out the proper regex for this.
I have a string that looks something like this: here-is.my.string
I need to return a string that removes everything starting with the dash up to (but not including) the first dot. here.my.string
Thanks.