NVM I discovered the regex is “\s+”

Bob S


> On Feb 23, 2015, at 08:48 , Bob Sneidar <[email protected]> wrote:
> 
> Hi all. 
> 
> In a regex expression, “\s" is supposed to work for white space. Hows come 
> then, given that myVar contains "Availability  BatteryRechargeTime  
> BatteryStatus  Caption           Chemistry”:
> 
> put replaceText(myVar, "\s", space) into myVar
> 
> leaves myVar unchanged?
> 
> Bob S
> 
> 

_______________________________________________
use-livecode mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to