$a = ‘/html/ _time_0_type_0’;
$a = ‘/html/area_0_time_0 _’;
$a = ‘/html/area_0 __type_0’;
$a = ‘/html/area_0_time_0 _/2’;
上面4种情况都有一个_ 下划线是多余的,如何去掉它呢。
能不能根据[字母_数字]这样的组合,去掉多余的_ ?
回复讨论(解决方案)
$a = ‘/html/area_0_time_0_’;
$a = ‘/html/area_0_time_0_/2’;
$a = ‘/html/_time_0_type_0’;
preg_replace(‘#(?