You are here

constant CacheTagFormatter::RESTRICTED_CHARS_PATTERN in Akamai 8.3

File

src/Helper/CacheTagFormatter.php, line 12

Class

CacheTagFormatter
Provides formatting to help cache tags conform Akamai requirements.

Namespace

Drupal\akamai\Helper

Code

const RESTRICTED_CHARS_PATTERN = '/[\\s\\*\\"\\(\\)\\,\\:\\;\\<\\=\\>\\?\\@\\\\[\\]\\{\\}]/';