constant SCANNER_REGEX_CHARS in Search and Replace Scanner 6
Same name and namespace in other branches
- 5.2 scanner.module \SCANNER_REGEX_CHARS
- 7 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 45 - Search and Replace Scanner - works on all nodes text content.
Code
define('SCANNER_REGEX_CHARS', '.\\/+*?[^]$() {}=!<>|:');