amel27 Posted October 20, 2008 Share Posted October 20, 2008 Are there any worked samples with this escape sequences from AutoIT HELP? Any attempts returns error in pattern. Link to comment Share on other sites More sharing options...
amel27 Posted October 21, 2008 Author Share Posted October 21, 2008 Just post your failing script.$i = StringRegExp("AaAaAaA", "\u.") If @error Then MsgBox(16, "ERROR", "Code:"& @error &", Ext:"& @extended) Else MsgBox(0, "RESULT", $i) EndIf \L, \l brings into same result Link to comment Share on other sites More sharing options...
GEOSoft Posted October 21, 2008 Share Posted October 21, 2008 I think that is another error in the help table. As far as I can find out , the PCRE engine does not support \u,\U,\l ot \L 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 More sharing options...
Xenobiologist Posted October 21, 2008 Share Posted October 21, 2008 HI, 37 PCRE does not support \L, \l, \N, \U, or \ufrom http://www.pcre.org/pcre.txtMaybe a bugreport should beopened.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 More sharing options...
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