Modify

Opened 15 years ago

Closed 15 years ago

#844 closed Bug (No Bug)

"^" and "$" absent in document of StringRegExp( )

Reported by: txj Owned by:
Milestone: Component: AutoIt
Version: 3.3.0.0 Severity: None
Keywords: reguler expression StringRegExp Cc:

Description

In StringRegExp( ) document of AutoIT 3.2.12.1, 3.3.0.0, character(press Shift+6) and "$" not mentioned , please add them in the next version of AutoIT.

Attachments (0)

Change History (1)

comment:1 Changed 15 years ago by Jpm

  • Resolution set to No Bug
  • Status changed from new to closed

in fact they are as they match only in the multiline mode
see doc

(?m) ^ and $ match newlines within data. 

you can also refer to the complete doc as stated

Complete description can be found '''here'''


Guidelines for posting comments:

  • You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
  • In-depth discussions should take place on the forum.

For more information see the full version of the ticket guidelines here.

Add Comment

Modify Ticket

Action
as closed The ticket will remain with no owner.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.