﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
3787	StringRegExp	anonymous		"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)
}}}
"	Feature Request	closed		AutoIt		None	Rejected		
