AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile
I have this string: error=”This is an error.” Name='My name is test' active='true' banned=false vip="yes" what regex expression would make it split like this: error=”This is an error.” Name='My name is test' active='true' banned=false vip="yes" Thanks.