我在这里有这个 regex_match
regex_match[/^{0,100}+$/]
我试图验证我的字符串的长度,但我收到了这个错误
A PHP Error was encountered
Severity: Warning
Message: preg_match(): Compilation failed: nothing to repeat at offset 7
Filename: libraries/Form_validation.php
Line Number: 911
我究竟做错了什么?