Search found 1 match
- Thu May 05, 2011 12:19 pm
- Forum: ExamDiff Pro
- Topic: Variable text within a regular expression
- Replies: 1
- Views: 5094
Variable text within a regular expression
We're comparing XML data and for some of the dynamic data I would like to use a regular expression to ignore those parts of the line. I've been able to use <OpenDt>.......................</OpenDt>, but the data in this element will be of varying length. I've tried <OpenDt>*</OpenDt>, but that doesn ...