Files
DiceCloud/app/imports/constants/INLINE_CALCULATION_REGEX.js
ThaumRystra aeae360150 Fixed typo in file name:
INLINE_CALCULTION_REGEX ->  INLINE_CALCULATION_REGEX
2024-09-06 17:16:59 +02:00

4 lines
92 B
JavaScript

const INLINE_CALCULATION_REGEX = /\{([^{}]*)\}/g;
export default INLINE_CALCULATION_REGEX;