4 lines
92 B
JavaScript
4 lines
92 B
JavaScript
const INLINE_CALCULATION_REGEX = /\{([^{}]*)\}/g;
|
|
|
|
export default INLINE_CALCULATION_REGEX;
|