You are here

constant SCANNER_REGEX_CHARS in Search and Replace Scanner 7

Same name and namespace in other branches
  1. 5.2 scanner.module \SCANNER_REGEX_CHARS
  2. 6 scanner.module \SCANNER_REGEX_CHARS
1 use of SCANNER_REGEX_CHARS
scanner_execute in ./scanner.module
Handles the actual search and replace.

File

./scanner.module, line 9
Search and Replace Scanner - works on all nodes text content.

Code

define('SCANNER_REGEX_CHARS', '.\\/+*?[^]$() {}=!<>|:');