i am trying to use this pattern but wish to not include the second portion of the pattern in the match...i tried using lookahead with no luck...does anyone have any ideas on how to best accomplish this
re.Pattern = "((\s+\d+\s+\w+\s+/\w+\b).*?)(\s+\d+\s+\w+\s+/\w+\b)"
thanks
keith
re.Pattern = "((\s+\d+\s+\w+\s+/\w+\b).*?)(\s+\d+\s+\w+\s+/\w+\b)"
thanks
keith