Jump to content

Help file contents for StringRegExp


Recommended Posts

Over the last week I have read this thread several times. I am running the latest beta and I have StringRegExp in there, but the documentation is not included in the helpfile. Does anyone have an old help file with it they would send me, or can I find it elsewhere?

Alternatively, if it is unavailable, I could just use help matching the number 109 in the following line, where Change is always the same, but preceded by any combination of alpha-numerc characters, and the numbers 109, 105, and 129 change every day and can be any two or three digit number and are superceded by any combination/length of alpha-numeric characters. And I believe I can rely on the spacing.

Change    109    105        129

Edited by Alterego
Link to comment
Share on other sites

I tried creating a regexp for ya, but the commands are a little buggy and they cause AuotIt to crash.

If you really need to use regexp, I would suggest using vbscript. It has a great regexp library.

Or you could try using the DOS command findstr.

This would find the first group of digits (2 or 3) after the word Change and spaces

Change +([0-9]{2,3})
Edited by steveR
AutoIt3 online docs Use it... Know it... Live it...MSDN libraryglobal Help and SupportWindows: Just another pane in the glass.
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...