I need to trim the values inbetween the () parens in the following string. The number of characters between the parens may vary so I basically need to search for the beginning ( and ending ) and extract the value.
5609010.1151607160.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none)
Please provide any guidance you may have. I noticed JavaScript does not have a trim function.
5609010.1151607160.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none)
Please provide any guidance you may have. I noticed JavaScript does not have a trim function.