You are here

constant XBBCODE_RE_QUOTE in Extensible BBCode 8.2

Same name and namespace in other branches
  1. 8 xbbcode.module \XBBCODE_RE_QUOTE
  2. 7 xbbcode.module \XBBCODE_RE_QUOTE

Regular expression matching any quote delimiter, including escaped quotes.

1 use of XBBCODE_RE_QUOTE
xbbcode.module in ./xbbcode.module
The main module file containing hook implementations.

File

./xbbcode.module, line 16
The main module file containing hook implementations.

Code

define('XBBCODE_RE_QUOTE', '"|\'|&(quot|#039);|');