Modify

Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#3787 closed Feature Request (Rejected)

StringRegExp

Reported by: anonymous Owned by:
Milestone: Component: AutoIt
Version: Severity: None
Keywords: Cc:

Description

This code returns an array with 3 elements ["1", "", "2"]. I would like it to return also the last empty match so the array would look ["1", "", "2", ""].

#Include <Array.au3>

$a = StringRegExp("1-2", "(\d+)(?::(\d+))?-(\d+)(?::(\d+))?", 1)
_ArrayDisplay($a)

Attachments (0)

Change History (2)

comment:1 by TicketCleanup, 5 years ago

Version: 3.3.15.3

Automatic ticket cleanup.

comment:2 by Jos, 5 years ago

Resolution: Rejected
Status: newclosed

Please post questions in the forum when assistance is needed. THis is a place for Bugs and Feature requests.

Last edited 5 years ago by Jos (previous) (diff)

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.