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