constant FRX_TOKEN_EXP in Forena Reports 7.2
Same name and namespace in other branches
- 6.2 FrxSyntaxEngine.inc \FRX_TOKEN_EXP
- 6 FrxSyntaxEngine.inc \FRX_TOKEN_EXP
- 7.5 Frx.inc \FRX_TOKEN_EXP
- 7 FrxSyntaxEngine.inc \FRX_TOKEN_EXP
- 7.3 Frx.inc \FRX_TOKEN_EXP
- 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
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^}]+}/');