fix(calc): Broken regex pattern
This commit is contained in:
parent
e043d97b6f
commit
bacada02c2
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
name: "Calculator with unit conversion (uses Qalculate! expressions)",
|
||||
description: "Syntax: = <expression>\nExample: = 10 J / (196x^2) = 4 kW/s",
|
||||
query: (
|
||||
regex: "^[=\-0-9].*",
|
||||
regex: "^[=\\-0-9].*",
|
||||
help: "= ",
|
||||
priority: High,
|
||||
isolate_with: "^(=).*",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue