Describe the bug
You can create a performer with a leading space ie " test".
Stash should run a function over all input to remove any leading or trailing spaces to clean the input ie call strings.TrimSpace().
This should happen with all input boxes and fields parsed by scrapers to clean these up before they make it to the database.