We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 40e5c04 + d68964b commit b183298Copy full SHA for b183298
Plugins/Flow.Launcher.Plugin.Calculator/Main.cs
@@ -20,7 +20,7 @@ public class Main : IPlugin, IPluginI18n, ISettingProvider
20
@"bin2dec|hex2dec|oct2dec|" +
21
@"factorial|sign|isprime|isinfty|" +
22
@"==|~=|&&|\|\||(?:\<|\>)=?|" +
23
- @"[ei]|[0-9]|[\+\%\-\*\/\^\., ""]|[\(\)\|\!\[\]]" +
+ @"[ei]|[0-9]|0x[\da-fA-F]+|[\+\%\-\*\/\^\., ""]|[\(\)\|\!\[\]]" +
24
@")+$", RegexOptions.Compiled);
25
private static readonly Regex RegBrackets = new Regex(@"[\(\)\[\]]", RegexOptions.Compiled);
26
private static Engine MagesEngine;
0 commit comments