Modify

Opened 4 years ago

Closed 4 years ago

Last modified 4 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 Changed 4 years ago by TicketCleanup

  • Version 3.3.15.3 deleted

Automatic ticket cleanup.

comment:2 Changed 4 years ago by Jos

  • Resolution set to Rejected
  • Status changed from new to closed

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

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

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.