Moved inline cacultion regex to a constant to ensure constistency
This commit is contained in:
3
app/imports/constants/INLINE_CALCULTION_REGEX.js
Normal file
3
app/imports/constants/INLINE_CALCULTION_REGEX.js
Normal file
@@ -0,0 +1,3 @@
|
||||
const INLINE_CALCULATION_REGEX = /\{([^{}]*)\}/g;
|
||||
|
||||
export default INLINE_CALCULATION_REGEX;
|
||||
Reference in New Issue
Block a user