Jump to content

RegExp


Recommended Posts

I wasn't sure if this should go here or in the Chat section but I figured since it is about helping with AutoIt I would put it here. I'm one of the many people who suck at RegExp, and I found a website that does it for you and was wondering if the same syntax would apply to AutoIt.

Link:

RegExp Builder

Any thoughts are appreciated

Thanks

--LurchMan

Dating a girl is just like writing software. Everything's going to work just fine in the testing lab (dating), but as soon as you have contract with a customer (marriage), then your program (life) is going to be facing new situations you never expected. You'll be forced to patch the code (admit you're wrong) and then the code (wife) will just end up all bloated and unmaintainable in the end.

Link to comment
Share on other sites

Hi,

the syntax is not totally the same, but most of the patterns created by that site should also work with Autoit.

Mega

Scripts & functions Organize Includes Let Scite organize the include files

Yahtzee The game "Yahtzee" (Kniffel, DiceLion)

LoginWrapper Secure scripts by adding a query (authentication)

_RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...)

Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc.

MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times

Link to comment
Share on other sites

Browse through the complete change log for AutoIt (including betas) in your help file, and you'll see where the version of PCRE is occasionally updated. Where your source produces RegExp patterns consistent with the version of PCRE currently included in AutoIt, it should work.

:mellow:

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Link to comment
Share on other sites

Cool, thanks for the help guys.

Dating a girl is just like writing software. Everything's going to work just fine in the testing lab (dating), but as soon as you have contract with a customer (marriage), then your program (life) is going to be facing new situations you never expected. You'll be forced to patch the code (admit you're wrong) and then the code (wife) will just end up all bloated and unmaintainable in the end.

Link to comment
Share on other sites

I wasn't sure if this should go here or in the Chat section but I figured since it is about helping with AutoIt I would put it here. I'm one of the many people who suck at RegExp, and I found a website that does it for you and was wondering if the same syntax would apply to AutoIt.

Link:

RegExp Builder

Any thoughts are appreciated

Thanks

--LurchMan

That's a decent site which I had actually found before and forgot to bookmark.

There is a beta version of a tester in my signature that is AutoIt/PCRE explicit and has a few features you might find handy.

George

Question about decompiling code? Read the decompiling FAQ and don't bother posting the question in the forums.

Be sure to read and follow the forum rules. -AKA the AutoIt Reading and Comprehension Skills test.***

The PCRE (Regular Expression) ToolKit for AutoIT - (Updated Oct 20, 2011 ver:3.0.1.13) - Please update your current version before filing any bug reports. The installer now includes both 32 and 64 bit versions. No change in version number.

Visit my Blog .. currently not active but it will soon be resplendent with news and views. Also please remove any links you may have to my website. it is soon to be closed and replaced with something else.

"Old age and treachery will always overcome youth and skill!"

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