﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
16171	Case sensitive regexp key=value searches aren't case sensitive	anonymous	simon04	"Consider this search, assuming that I have some key values available that are 'Ut', 'UT', 'uT', 'ut'.

Search string: ""addr:state""=""^Ut$""
[x] Replace selection
[x] case sensitive
[x] regular expression

What I want here is obvious: addr:state keys with the value of exactly 'Ut'.

What is returned is anything with '[Uu][Tt]'. In other words, this type of search doesn't respect case sensitivity even though I've told it to.

----

By contrast, **this** search works properly and **does** use case sensitivity using a valuefragment:
Search string: ""addr:state"":""^Ut$""
[x] Replace selection
[x] case sensitive
[x] regular expression

So what I'm asking for is key=value regexp case sensitive searches to be treated the same way as key:value regexp case sensitive searches."	defect	closed	normal	21.04	Core	latest	fixed	search regex	gaben
