logo separator

[mkgmap-dev] regex to remove leading 0

From Felix Hartmann extremecarver at gmail.com on Mon Oct 7 14:05:18 BST 2013

Sorry, for asking this simple question here - but what is the regex 
command to remove a leading 0?
I want to rewrite rcn_ref=04 to rcn_ref=4 - now I could do this with 
rcn_ref=04 {set rcn_ref=4} - but what is the regex to do this for all 
numbers?

(searching for rcn_ref=?4 doesn't work without also hitting 14,24 and so 
on...).


More information about the mkgmap-dev mailing list