I added regexp search support to JOSM
Posted by Ævar Arnfjörð Bjarmason on 8 January 2009 in English.I was trying to search for a highway with ref:82 earlier, but of course JOSM's partial search also picked up ref:823, ref:282 and a multitude of other things.
So I implemented regex search support in JOSM for which I'd filed a bug 3 weeks ago.
Now I can just search for ^ref$:^82$ and only get exactly what I want.