我想搜索可能错误的 ICAO 代码。虽然使用 RegEx
^[A-Z]{4}$
我想在工具Overpass-Turbo中使用这个正则表达式。
根据文档,您可以使用
!~
node["name"!~"^[A-Z]{4}$"]