Regular expression to remove a portion of text from each entry in commas separated list
Advertisements I have a string of comma separated values, that I want to trim down for display purpose. The string is a comma separated list of values of varying lengths and number of list entries. Each entry in the list is formatted as a five character pattern in the format "##-NX" followed by some text.… Read More Regular expression to remove a portion of text from each entry in commas separated list