tracker issue : CF-3737516

select a category, or use search below
(searches all categories and all time range)
Title:

CFCLIENT: datastructures : REFind gives error when regex containg certain group combination is passed as a pattern

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/

Reporter/Name(from Bugbase): / ext-user (Anuj Nawani)

Created: 04/05/2014

Components: Mobile Support, Data Structure

Versions: 11.0

Failure Type:

Found In Build/Fixed In Build: 289635 /

Priority/Frequency: Major / All users will encounter

Locale/System: English / Windows 7 64-bit

Vote Count: 0

Listed in the version 11.0.03.292480 Issues Fixed doc
Code snippet: 
<div id="actual_3" class="actual">
<cfclient>
<cfoutput>#reFind("(?m)\A[[:alpha:]]","The quick brown fox#chr(10)#jumped over the lazy dog.")#</cfoutput>
</cfclient>
</div>

Expected: 1
Actual: Browser shows error "Uncaught SyntaxError: Invalid regular expression: /(?m)\A[A-Za-z]/: Invalid group"

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3737516

External Customer Info:
External Company:  
External Customer Name:  
External Customer Email:

Attachments:

Comments:

Hi Anuj, I've verified this is fixed in CF11 Update 3 (11,0,03,292024(PreRelease)). Thanks!, -Aaron
Comment by External U.
12842 | November 15, 2014 06:51:25 PM GMT