https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216868

            Bug ID: 216868
           Summary: /bin/sed extended regex case ignored
           Product: Base System
           Version: 11.0-STABLE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: bin
          Assignee: [email protected]
          Reporter: [email protected]

# echo test | sed -E 's#[A-Z]#x#'

expected result: "test"
actual result: "xest"

--------------------------------------------------

# echo TEST | sed -E 's#[a-z]#x#'

expected result: 'TEST'
actual result: "xEST"

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to