Pages: 1
RSS
RegEx problem, Can't get my head around this RegEx problem
 
Dear all,

Assuming that TheBat! uses the text version of HTML/Text mails received for RegEx, I'm trying to extract the following numbers from an e-mail:
 
Dear all,

Assuming that TheBat! uses the text version of HTML/Text mails received for RegEx, I'm trying to extract the following numbers from an e-mail:

NL
 
Confirm
 
249
 
No
 
81
 
0
 
0
 
0
 
0

I'm using (?ms)249.*NL.*?(\d*).*?(\d*).*?(\d*).*?(\d*).*?(\d*) but no matter what, the result is nothing. If RegEx uses the HTML version of mails, how do I force it to look at the Text version only? And if it's looking at the Text version already, how come RegEx doesn't seem to be able to extract isolated numbers on isolated lines?
Pages: 1