I want to make my form field input to pass through a validator to allow only alphabets number and three symbols - ' / to pass.
r'^[A-Za-z0-9\s-/]+$';
I have done for all except for symbol ' . Once I add in ' symbols it will assume I close the statement on there. How can I put in the symbols ' .
'like\'should work.