
hurz
Novice
Jun 20, 2014, 3:07 AM
Post #3 of 9
(50583 views)
|
Re: [BillKSmith] XML RegEx Problem
[In reply to]
|
Can't Post
|
|
Hello everyone, the interpretation of Bill is correct. In the meantime I've played a little bit with the "RegEx Coach": 1. Names can be found with: <Test>(.*?)</Test> 2. Tokens can be found with: \{(.*?)\} Problem: Is it possible to combine both expressions (1 AND 2), that only a Name (e.g. Name1) with x Tokens (e.g. Token1, Token2) will be found and then the next Name (e.g. Name3) with x Tokens (e.g. Token3) and so on? Thanks in advance. hurz
(This post was edited by hurz on Jun 20, 2014, 4:14 AM)
|