INTERACT FORUM

More => Old Versions => JRiver Media Center 29 for Windows => Topic started by: davemccorkle on March 30, 2022, 09:28:42 am

Title: Explicit Find
Post by: davemccorkle on March 30, 2022, 09:28:42 am
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

Title: Re: Explicit Find
Post by: zybex on March 30, 2022, 10:41:04 am
With Regex:
Code: [Select]
[=regex([name],\S/,\S,0)]=1
Without Regex:
Code: [Select]
[Name]="," -[Name]=" ," -[Name]=", "
Title: Re: Explicit Find
Post by: davemccorkle on March 30, 2022, 11:03:32 am
you are a genius, thank you!
Title: Re: Explicit Find
Post by: zybex on March 30, 2022, 11:10:01 am
Quit slandering me, I've never worked at an Apple store!
Title: Re: Explicit Find
Post by: davemccorkle on March 30, 2022, 11:59:30 am
lol