Got more questions? Find advice on: ASP | SQL | XML | Windows
Welcome to RegexAdvice Sign in | Join | Help

tags in tags [bla bla[bla]bla bla]

  •  04-09-2008, 6:03 PM

    tags in tags [bla bla[bla]bla bla]

    hi all,

    i need some regex to get over this situation.

    i couldnt figure it out myself so if you can help me, that would be great.

    my problem is that i need to extract some tags. for example;

    bla bla bla {{ tag starts here {{ internal tag }} and it continues.. }} like this..

    I need to extract :

    {{ tag starts here {{ internal tag }} and it continues.. }}

    portions of the text but i get results like this:

    {{ tag starts here {{ internal tag }}

    when the regex sees the }} it ends up there.

    Does it have a solution in regex? 


    The brightest flame burns quickest..
    Filed under: , ,
View Complete Thread