This is the Regex I tried ^(?=.{0,250}$).*.
^(?=.{0,250}$).*
I just want my regular expression is accept any string (accepts letters, special characters, letters) but rej