[Webkit-unassigned] [Bug 6119] New: split() function ignores case insensitive modifier
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Sat Dec 17 05:11:04 PST 2005
http://bugzilla.opendarwin.org/show_bug.cgi?id=6119
Summary: split() function ignores case insensitive modifier
Product: WebKit
Version: 412+
Platform: Macintosh
URL: not applicable
OS/Version: Mac OS X 10.4
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: JavaScript
AssignedTo: webkit-unassigned at opendarwin.org
ReportedBy: ra5ul at comcast.net
"HelloGoodbye".split(/o/i) ... properly splits into 3 element list
"HelloGOOdbye".split(/o/i) ... only splits into 2
i've used /regex/i successfully with other string functions, and split() seems to work fine in firefox.
--
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list