Results 1 to 16 of 16

Thread: Regex matching/text search

Threaded View

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Aug 2003
    Location
    Edinburgh, UK
    Posts
    2,773

    Regex matching/text search

    Kind of urgent.

    Basically I want to find all matches of a particular sequence and extract the values for that and keep going/doing this search until no matches found.

    I want to find text in between the tags:

    <#some text#>


    and get me all matches for me and with the ability to replace the text.

    so if I had this string:

    hi my name is <#name#> and I like <#userLikes#>


    I want to get the tags in that text and replace the tags in the original text with whatever I want

    Thanks
    Last edited by Techno; Aug 2nd, 2007 at 07:50 AM.

    MVP 2007-2010 any chance of a regain?
    Professional Software Developer and Infrastructure Engineer.

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