﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
3631	"StringRegExp - metacharacter ""\R"" in square brackets behaves incorrectly"	Alofa <alofa.script@…>		"Metacharacter ""\R"" in square brackets behaves incorrectly
{{{
#include <Array.au3>
$sText = @CRLF & _
		'Left' & @CRLF & _
		'Right' & @CRLF & _
		'ringtone' & @CRLF

StringRegExp($sText, '(.+)[\R]', 3)
If @error Then MsgBox(16, @ScriptLineNumber, 'Why a @error?')

MsgBox(32, @ScriptLineNumber, _
		'where the letter ""R"":' & @CRLF & _
		StringRegExpReplace($sText, '[\R](.+)', '$1'))
}}}
"	Bug	closed		AutoIt	3.3.14.0	None	No Bug		
