My pattern: \s^SID\d{3,}$\s
I want to allow any number of leading and trailing whitespaces, but it doesn't seem to work. What did I miss?
My pattern: \s^SID\d{3,}$\s
I want to allow any number of leading and trailing whitespaces, but it doesn't seem to work. What did I miss?