Modify ↓
Opened on Oct 3, 2020 at 1:52:55 PM
Closed on Oct 3, 2020 at 4:00:57 PM
Last modified on Oct 3, 2020 at 4:01:08 PM
#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 , on Oct 3, 2020 at 2:00:01 PM
| Version: | 3.3.15.3 |
|---|
comment:2 by , on Oct 3, 2020 at 4:00:57 PM
| Resolution: | → Rejected |
|---|---|
| Status: | new → closed |
Please post questions in the forum when assistance is needed. THis is a place for Bugs and Feature requests.
Note:
See TracTickets
for help on using tickets.

Automatic ticket cleanup.