[Swift-user] problem in running regexp mapper

Ben Clifford benc at hawaga.org.uk
Tue Dec 9 13:04:05 CST 2008


On Tue, 9 Dec 2008, Wenjun Wu wrote:

> transform="\1count"             >;

Hi. Try a double \ there, like this:

transform="\\1count"

The way escapes are handled in Swift changed since that example was 
written - I'll update it.

-- 




More information about the Swift-user mailing list