Is there a function that can remove a leading "The " from a string (e.g., from [artist] or [album artist]), but only if "The" is present? I have played around a little, but haven't figured it out.
I use the following to name files:
[album artist]\[album]\[IFMULTI][disc]-[][track] [title]
and would like to drop "The" in the directory names when the album artist is, say "The Beatles".
Thanks!
					I use the following to name files:
[album artist]\[album]\[IFMULTI][disc]-[][track] [title]
and would like to drop "The" in the directory names when the album artist is, say "The Beatles".
Thanks!

 How to eliminate "The" from a string
									
									
									How to eliminate "The" from a string
								
Comment