From ee73ab2298973bb8a4010b1907ce5097816ef672 Mon Sep 17 00:00:00 2001
From: unknown
- name: 'Example\.es(m|p)'
+ msg:
+ - <<: *useOnlyOneX
+ subs: [ 'Example Plugin' ]
+ condition: 'many("Example\.es(m|p)")'
+
+
+The regex in the name field uses C++'s standard regex, which doesn't support unicode.
The regex in the condition field uses the Rust regex library, which supports unicode by default.
+
+The search dialog uses Qt's regex implementation, which doesn't support unicode characters by default (though support could be enabled).
+
+The contains filter uses C++'s standard regex, which doesn't support unicode.
The following section will concentrate on the use of regex in the name field of plugin objects in the masterlist, so that we get a better understanding of what is possible while adding and updating plugin entries.
+ +The following regular expressions can be used to match characters: