You are here

constant FilterSpamspan::PATTERN_IMG_INLINE in SpamSpan filter 8

Same name and namespace in other branches
  1. 8.2 src/Plugin/Filter/FilterSpamspan.php \Drupal\spamspan\Plugin\Filter\FilterSpamspan::PATTERN_IMG_INLINE

Inline images.

File

src/Plugin/Filter/FilterSpamspan.php, line 42

Class

FilterSpamspan
Provides a filter to obfuscate email addresses.

Namespace

Drupal\spamspan\Plugin\Filter

Code

const PATTERN_IMG_INLINE = '/data\\:(?:.+?)base64(?:.+?)(?=["|\'])/';