Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (43 - 45 of 3866)

Ticket Resolution Summary Owner Reporter
#2987 Rejected support PCRE case escape sequences iCode
Description

apparently the \u \U escapes are not used in the AutoIt version of PCRE unless the running PCRE in JS mode, so...

AHK supports at least some of these and it sure would make case changes a lot easier in certain instances...

\l lowercase next char
\u uppercase next char
\L lowercase until \E
\U uppercase until \E

example:

StringRegExpReplace("this. that", "\. ([a-z])", ". \u1")
; returns: this. That

ref: http://perldoc.perl.org/perlre.html

#3272 Rejected suggesting 2 features that would be really useful anonymous
Description

First feature: https://www.autoitscript.com/forum/topic/184380-suggestion-allow-shellcode-execution-via-a-new-method Second feature: I would like to see nested structure in DllCreateStruct. It would be really useful for some people like me. Thanks

#304 No Bug subtract of @MIN results in negative value b_clephas@…
Description

Whenever I subtract a number of @MIN (or the other date/time macros), I get negative values. The values should wrap around. According to the documentation, the values are in the range 00->59 for @MIN.

MsgBox(0, "", (@MIN - 10)) ; test if time just past the whole hour
MsgBox(0, "", (@WDAY - 10)) ; test whenever you like
Note: See TracQuery for help on using queries.