|
-
Jun 22nd, 2006, 12:27 AM
#1
Thread Starter
New Member
Split a string using Regex.split
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(using Regex.Split):
error=”This is an error.”
Name='My name is test'
active='true'
banned=false
vip="yes"
I'm using 1.x .Net version.
Thanks.
Last edited by page5; Jun 22nd, 2006 at 01:23 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|