Results 1 to 2 of 2

Thread: [2008] Regex Problem

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Dec 2007
    Posts
    70

    [2008] Regex Problem

    Hi I have recently begun to mess around with regex.

    I am trying to get text between commas when the comma is not surrounded by brackets.

    For example say I have

    Code:
    a,b,c,a(a,b,c)
    And it should match the following...
    Code:
    a
    b
    c
    a(a,b,c)
    But, I am unsure how to do this. Any help would be great.

    Thanks.

  2. #2
    Lively Member
    Join Date
    Sep 2008
    Posts
    92

    Re: [2008] Regex Problem

    Hello

    this will get you on a good start with Expresso at
    http://www.ultrapico.com/ExpressoSetup3.msi

    and RegexBuddy at
    http://www.regexbuddy.com/

    there realy good programs with Tutorals and examples

    Best,Regards

    Dem

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