supergg02 Posted April 21, 2005 Posted April 21, 2005 it seams that autoit StringRegExp have some bugs, so did you know somme RegExp commandLine tools ? thinks
jpm Posted April 21, 2005 Posted April 21, 2005 it seams that autoit StringRegExp have some bugs, so did you know somme RegExp commandLine tools ?thinks<{POST_SNAPBACK}>I don't know about cmd tools, But did you document error your are finding with the current beta version 3.1.1++?
steveR Posted April 22, 2005 Posted April 22, 2005 (edited) RegExp commandLine toolsPcre for Windowshttp://gnuwin32.sourceforge.net/packages/pcre.htm Edited April 22, 2005 by steveR AutoIt3 online docs Use it... Know it... Live it...MSDN libraryglobal Help and SupportWindows: Just another pane in the glass.
supergg02 Posted April 22, 2005 Author Posted April 22, 2005 Thinks a lot for your help ! It seams that RegExp is fixed know with 3.11++ version
supergg02 Posted April 22, 2005 Author Posted April 22, 2005 (edited) Thinks a lot for your help ! It seams that RegExp is fixed know with 3.11++ version <{POST_SNAPBACK}>hoops ! an other bug (sorry)Now StringRegExp give lot of match string .if you want to verify tray this$sFile="MyTxttFile.txt"$stxt=FileRead ($sFile, FileGetSize ( $sFile ) ; we get it from file ( look at the end of post for content)$MyPattern="enchère.*?:.*?(\d+,\d+).*?(\u+).*?Fin.*?:.*?(\d+-\a+\.-\d+.*?\d\d:\d\d:\d\d)"$arraytxt=StringRegExp ( $stxt,$pattern , 2 )_ArrayDisplay ( $arraytxt, $pattern )-----------------------here the content of my file---------------"eilleure enchère :35,50 EUR (prix de réserve atteint) Fin :17-avr.-05 18:39:17 ParisDébut :10-avr.-05 18:39:17 ParisHistorique :30 enchères (Prix de départ : 1,00 EUR)-------------------------------------------------- Edited April 22, 2005 by supergg02
Nutster Posted May 2, 2005 Posted May 2, 2005 There has been a bug in groups that I have fixed and submitted to be included in the next beta version. Give it a shot. David NuttallNuttall Computer Consulting An Aquarius born during the Age of Aquarius AutoIt allows me to re-invent the wheel so much faster. I'm off to write a wizard, a wonderful wizard of odd...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now