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 by , 5 years ago
| Version: | 3.3.15.3 |
|---|
comment:2 by , 5 years ago
| 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.