Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Are case-sensitive library searches possible? (Read 1073 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Are case-sensitive library searches possible?

I haven't found a way to use title formatting or search query syntax to conduct case-sensitive searches in my library, mainly to find capitalization errors.  Are case-sensitive library searches possible, and if so, how?  Thanks for any tips.

For example, I'd like to find all occurrences of " To" (as opposed to " to") in song titles - leading space intended.  I don't want to automatically do anything to matches because my capitalization preferences are too complex for me to express in title formatting at this time - I just want to see the search results before deciding what to do.

Are case-sensitive library searches possible?

Reply #1
godrick, $strstr() seems case-sensitive:

Code: [Select]
"$strstr(%title%, To)" GREATER 0

Are case-sensitive library searches possible?

Reply #2
Romor, your suggestion works perfectly - thanks very much!