Regex to prevent whitespace at the front and end on a variable
Hi, I am looking for the correct Regex to prevent a space at the start and end of a 'Single Line Text' variable. I have used the following:^\S+$But this allows a space at the start at end but NOT in the middle. I need to restrict a space at the start...
