Regex: Regular Expression for accepting any character but limit string to size 250

后端 未结 0 1279
青春惊慌失措
青春惊慌失措 2020-12-01 04:16

This is the Regex I tried ^(?=.{0,250}$).*.

I just want my regular expression is accept any string (accepts letters, special characters, letters) but rej

相关标签:
回答
  • 消灭零回复
提交回复
热议问题