Read there ...
Regular Expressions
Regular Expressions
Multiple value artist tag to multiple value artistsort
Need help with regex for ARTISTSORT
Automating Changes to Artist Values
Filter for counting "words", which are separated by one or more space characters:
"$if(%ARTIST%,$add($len($regexp($regexp(%ARTIST%,' +',' '),'[^ ]',)),1),0)" GREATER 1... will display all artists with more than one word.
"$if(%ARTIST%,$add($len($regexp($regexp(%ARTIST%,' +',' '),'[^ ]',)),1),0)" IS 3... will display all artists with three words.
DD.20140821.0756.CEST