[Mono-bugs] [Bug 655135] New: Regex fails to match correctly on a substring

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sat Nov 20 05:39:41 EST 2010


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: mono-bugs at lists.ximian.com
        ReportedBy: leppie at webmail.co.za
         QAContact: mono-bugs at lists.ximian.com
          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.


More information about the mono-bugs mailing list