Modify ↓
#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
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.
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.
Note: See
TracTickets for help on using
tickets.
Automatic ticket cleanup.