Jump to content

RegExp commandLine tools


Recommended Posts

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++? :)
Link to comment
Share on other sites

Thinks a lot for your help ! :D

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 Paris

Début :

10-avr.-05 18:39:17 ParisHistorique :30 enchères

(Prix de départ : 1,00 EUR)

--------------------------------------------------

Edited by supergg02
Link to comment
Share on other sites

  • 2 weeks later...

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 Nuttall
Nuttall 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...

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...