I was wondering what would be the best way to check if a string as
$str
contains any of the following characters
!@#$%^&*()_+
I thought of using ASCII values but was a little confused on exactly how that would be implemented.
Or if there is a simpler way to just check the string against the values.