I use regular expression to find string in one column number but, now, I must to do a search on two criterias which are in different columns (same line):
Example :
1234569A54000000000000XXDAZERTQWERTTY
In column 8 search for "A" AND in column 25 search for "D"
I have tried something like this :
(^.{8}A54)(^.{25}D)
But without results..., I guess I misunderstood something in use o f regular expression
Thank you very much for your help,
Thierry
Last edited by tcr on Fri Jun 18, 2010 10:24 am, edited 1 time in total.