Results 1 to 10 of 10

Thread: Split a string using Regex.split

Threaded View

  1. #1

    Thread Starter
    New Member
    Join Date
    Jun 2006
    Posts
    5

    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
  •  



Click Here to Expand Forum to Full Width