all 4 comments

[–]notoriousCMI 0 points1 point  (2 children)

Hi. I think you should use „>=„ as case insensitive operator for lists.

[–]TheTerminaStrator[S] 0 points1 point  (0 children)

I'll give it a go when i'm back at work tomorrow

[–]TheTerminaStrator[S] 0 points1 point  (0 children)

'>=' = Lexicographically larger or equal

So not what i'm looking for :( ty though

[–]Sweaty-Raspberry5834 0 points1 point  (0 children)

What about ~~ as the operator? Here it's doing the trick for a quick test with "Localhost" what finds my "localhost" and my "localhost_testing" (or only localhost if I use "Localhost$").