elementary / applications-menu

Applications Menu for elementary OS and the Pantheon desktop environment
https://elementary.io
GNU General Public License v3.0
104 stars 35 forks source link

Use regex to parse conversion plugin input #545

Closed jeremypw closed 2 years ago

jeremypw commented 2 years ago

As discussed in previous PR, this PR implements using capturing groups in the regex to isolate parts of the input without having to use string processing in the code. Minor improvements to the regex were also made, allowing localized input of non-Latin characters to be matched.