Forum Moderators: coopster
[id]8935[description]a description goes here[price]8.95[deptID]T[subdeptID]G
What I need is a regex that will identify a certain key (e.g. price) and get the data that follows that key (8.95) . So I need what's between "]" and "["
The data will contain periods and apostrophes
Any suggestions are greatly appreciated.