More > JRiver Media Center 29 for Windows
Explicit Find
(1/1)
davemccorkle:
How do I use the wizard to search for a comma in a name but not a comma with a space after it? I want to explicitly search for "," but not with a leading or following space
zybex:
With Regex:
--- Code: ---[=regex([name],\S/,\S,0)]=1
--- End code ---
Without Regex:
--- Code: ---[Name]="," -[Name]=" ," -[Name]=", "
--- End code ---
davemccorkle:
you are a genius, thank you!
zybex:
Quit slandering me, I've never worked at an Apple store!
davemccorkle:
lol
Navigation
[0] Message Index
Go to full version