preg_match('/[\w-.]+/', ''); // this will not work in PHP7.3
preg_match('/[\w\-.]+/', ''); // the hyphen need to be escaped
You are not logged in. Please login or register.
LuxCal Web Calendar → Posts by bdjor7111111
Pages 1
preg_match('/[\w-.]+/', ''); // this will not work in PHP7.3
preg_match('/[\w\-.]+/', ''); // the hyphen need to be escaped
Pages 1
LuxCal Web Calendar → Posts by bdjor7111111