AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Regex Question

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
rockit0



Joined: 06 Oct 2006
Posts: 22

PostPosted: Sun Nov 25, 2007 1:19 pm    Post subject: Regex Question Reply with quote

This is my var:
{
...
<pages>
<page> docs/gm_23703/143701.jpg </page>
<page> docs/gm_23703/143711.jpg </page>
<page> docs/gm_23703/143721.jpg </page>
<page> docs/gm_23703/143731.jpg </page>
</pages>
...
}

how can i get the number 143701 using regex?

OBS: If i want the last one (143731) i can use "m).*/([0-9]+).jpg" but how can i get the first one?

thank's


Last edited by rockit0 on Mon Nov 26, 2007 4:25 pm; edited 2 times in total
Back to top
View user's profile Send private message
Titan



Joined: 11 Aug 2004
Posts: 5390
Location: /b/

PostPosted: Sun Nov 25, 2007 1:28 pm    Post subject: Reply with quote

Use the same regex as the last one but remove the m).* part.
_________________

Back to top
View user's profile Send private message Visit poster's website
rockit0



Joined: 06 Oct 2006
Posts: 22

PostPosted: Sun Nov 25, 2007 1:35 pm    Post subject: Reply with quote

Thank's Titan
Back to top
View user's profile Send private message
rockit0



Joined: 06 Oct 2006
Posts: 22

PostPosted: Mon Nov 26, 2007 4:23 pm    Post subject: Reply with quote

Sorry. I developed this "m).*/([0-9]+).jpg" using AHK RegEx Teste v2.1 but when i put in autohotkey script it doesnt work.

"m).*/([0-9]+).jpg" and "/([0-9]+).jpg" return the same result (143701)

Só, how can i get the last one 143731 using Regex ?
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group