Yes we cross posted, I'll have a look at the styling error later.John connor wrote: ↑Sun Apr 14, 2019 8:31 am<snip>
Okay, I'm code stupid, but I can understand that the characters used have to be between brackets[
]
How would I add those to the symbols that the script can pick from? Would there be any kind of mess up, or does it even matter so long as the symbols fall between brackets?
If you want to add a new 'special character' just paste it at the end of the other special characters before the closing ] so for example you want to add a > to the string, the code would look like this
Code: Select all
_pattern: /[a-zA-Z0-9!£$%^&*?>]/,
Whatever you do, DO NOT break up the
a-zA-Z0-9
part of the code