I wonder whether someone may be able to help me please.
I'm trying to extract the text "Comapred to previous years almost a pleasure to use" from the raw data as shown below
feedback-comments=Compared+to+previous+years+almost+a+pleasure+to+use&isJavascript
I've tried the following regex, which does extract the text but this includes the '+' sign.
feedback-comments=(?[^[]+)\&isJavascript
Could someone possibly tell me please how I would be able to write this so the '+' signs are excluded.
Many thanks and kind regards
Chris
↧