View Single Post
  #31  
Old 08-11-2004, 03:05 PM
 
NuAlpha NuAlpha is offline
 

X-Adept
  
Join Date: Aug 2003
Location: US
Posts: 598
 

Default

xcell67, it looks as if spaces are literally being replaced by the regular expression itself!

If you are using PHP, please post the exact preg_replace() code that you are using including the regular expression and replacement in that code.

If you are using EditPad, select the regular expressions option in the search box and use the regex ([ ]{2,}|[\n\r\f\t]+) with the replace {literal}\1{/literal}
__________________
X-Cart Pro 4.5.5 Platinum
X-Payments 1.0.6
PHP 5.3.14
MySQL 5.1.68
Apache 2.2.23
Reply With Quote