Searched refs:COORDREGEX (Results 1 – 1 of 1) sorted by relevance
3 static COORDREGEX = /@\s*((\d+(,\s*)?)+)/; field in ImageMappingEditor90 const match = this.syntax.match(ImageMappingEditor.COORDREGEX);94 this.syntax = this.syntax.replace(ImageMappingEditor.COORDREGEX, '');