Hi!

On Monday 11 May 2015 12:54:22 Möller, Matthias wrote:
> So it seems the brackes and my filterexpression seem to be the problem. But
> I check with reg-exp solver and my expression semms to be fine.
> 
> Is there another trick  for JOSM? 

First note that for need to quote the name since it contains spaces:
> name="Berlin, Stuthirtenweg (1)"
Otherwise, it is considered as
> (name=Berlin,) Stuthirtenweg (1)

Secondly, you need two backslashes each for quoting the parenthesis:
> name="Berlin, Stuthirtenweg \\(1\\)"
Since the backslashes is used as escape character.

Cheers,
Simon


_______________________________________________
josm-dev mailing list
josm-dev@openstreetmap.org
https://lists.openstreetmap.org/listinfo/josm-dev

Reply via email to