Tech regex code

Need Regex code for a field which should starts with SR- after that 7 digits or letters are accepted but not spaces in middle/beginning/end

@LIKHITHA_97

Hi,You can use this Regex ^SR-[a-zA-Z0-9]{7}$