now it can work after i change to this:
if (preg_match("/^([0-\177]|[\200-\377][\200-\377])*([0-\177]|[\200-\377][\200-\377])$/", $str))
Search found 2 matches
- Thu Feb 27, 2003 6:08 am
- Forum: PHP - Code
- Topic: what's wrong with this?
- Replies: 4
- Views: 669
- Wed Feb 26, 2003 5:12 am
- Forum: PHP - Code
- Topic: what's wrong with this?
- Replies: 4
- Views: 669
what's wrong with this?
preg_match("/^([\000-\177]|[\200-\377][\200-\377])*([\000-\177]|[\200-\377][\200-\377])$/", $str)
error info:
Warning: No ending delimiter '/' found
error info:
Warning: No ending delimiter '/' found