Search found 2 matches

by reebes
Thu Feb 27, 2003 6:08 am
Forum: PHP - Code
Topic: what's wrong with this?
Replies: 4
Views: 669

thank you very much

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))
by reebes
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