You are here

constant FRX_TOKEN_EXP in Forena Reports 7

Same name and namespace in other branches
  1. 6.2 FrxSyntaxEngine.inc \FRX_TOKEN_EXP
  2. 6 FrxSyntaxEngine.inc \FRX_TOKEN_EXP
  3. 7.5 Frx.inc \FRX_TOKEN_EXP
  4. 7.2 FrxSyntaxEngine.inc \FRX_TOKEN_EXP
  5. 7.3 Frx.inc \FRX_TOKEN_EXP
  6. 7.4 Frx.inc \FRX_TOKEN_EXP

@file FrXSytnaxEngine defines how regular expression procesing/token substitution takes place. It includes support for passing in a formatter oobject that will escape strings properly before substituting them.

2 uses of FRX_TOKEN_EXP
forena_fields_form in ./forena.admin.inc
FrxReport::__construct in ./FrxReport.inc

File

./FrxSyntaxEngine.inc, line 10
FrXSytnaxEngine defines how regular expression procesing/token substitution takes place. It includes support for passing in a formatter oobject that will escape strings properly before substituting them.

Code

define('FRX_TOKEN_EXP', '/\\{[^\\n^\\r^}]+}/');