Title:
CFCLIENT: datastructures : REFind gives error when regex containg certain group combination is passed as a pattern
| View in TrackerStatus/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
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: