InsidiousMennace Posted April 4, 2013 Share Posted April 4, 2013 Hi guys, Need help urgently! I have the following string: {members,"['REF_NetHosIjFlameThorn','REF_NetHosIjFuchsia','REF_NetHosIjDemo','REF_NetHosIjBluebell']","['REF_NetHosIjFlameThorn','REF_NetHosIjDemo','REF_NetHosIjBluebell']"} I need to split it up, basically it contains the following layout: {WHAT, "[NEW_VALUE]", "[OLD_VALUE]"} I need two regular expressions to parse this bastard. The first one should find the what changed, and the second one should find the changes. Thanks! Quote Link to comment https://forums.phpfreaks.com/topic/276518-regular-ex/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.