[SOLVED]How to do a search with multi criterias?
Posted: Thu Jun 03, 2010 8:03 am
Hi,
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
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