this post was submitted on 27 Jul 2023
83 points (84.9% liked)
Programmer Humor
19512 readers
440 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Because two of them are strings, and one is a declaration of an extension. None of which are of type User.
All you searched was "User", ignoring case. You didn't search the type of user, so it correctly returned lines with "user" in it like "private var username"
If what you're saying is true, that's an even more WTF because I'm searching for User references, and not the text "[Uu]ser".
I'm pretty sure you're not doing what you think you're doing because of the "containing" right after the arrow. To search a symbol you usually select it, right click it, and then click on something.
Funny you say that... because that's what I did.
Weird, what was the something you clicked? It may be something wrong with that button instead of the search function, as there's "containing" after the arrow so it's not really a symbol search.
As suggested by others, I changed the Containing to Matching Word and that helped tremendously.
It’s plainly obvious in this screenshot that you’re just searching for the text “user”.
Look again. ;)
Yeah, that's what "ignoring case" means