<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p>Hi everyone,</p>
    <p>I want to do some transformations on the names of all the Ways,
      is there a standard way to do that?  For example, I want to
      replace all occurrences of "Avenida"  for "Av.".</p>
    <p>I tried adding this to my lines file:</p>
    <p><code>highway=* & name ~ '(?i)avenida\s+.*' { add
        streettype:movedend='${name|subst:(?i)avenida\s+~>}, Av.'} #</code></p>
    <p>But There was no effect.<br>
    </p>
    <p>Thanks in advance,</p>
    <p>    Alexandre<br>
    </p>
  </body>
</html>