I've been looking at how to use the String Parser for one of my upcoming games, and I can't quite work out how to do what I'm trying to do. I've read the documentation and am still a little bit stuck on how to proceed.
I want to use the String Parser's Wildcard search to check for any punctuation in a string and I want to be able to perform an action if there is any. I've put out a list of punctuation in the "Source string" and put it into "Wildcard search" mode, but I don't know where to go from here to get my validation working.
Also (this may sound like a dumb question), for the capitalization, would I need to make it case sensitive to prevent numbers from being treated as my source string?