constant WEBFORM_CALCULATOR_REGEX in Webform Calculator 7.2
2 uses of WEBFORM_CALCULATOR_REGEX
- webform_calculator_get_components_from_formula in ./
webform_calculator.module - Get list of component names inside formula.
- _webform_edit_formula_validate in components/
formula.inc - Element validate handler; Set the precision value.
File
- ./
webform_calculator.module, line 3
Code
define('WEBFORM_CALCULATOR_REGEX', '/\\{\\w+\\}/');