https://bugzilla.novell.com/show_bug.cgi?id=655135
https://bugzilla.novell.com/show_bug.cgi?id=655135#c0 Summary: Regex fails to match correctly on a substring Classification: Mono Product: Mono: Class Libraries Version: SVN Platform: 32bit OS/Version: All Status: NEW Severity: Normal Priority: P5 - None Component: System AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: Community User Blocker: No Description of Problem: Regex fails to match correctly on a substring Steps to reproduce the problem: new Regex("^elvis").Match("aaelvisaa", 2, 5).Success Actual Results: False Expected Results: True -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
