We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7844e2d commit 1ca0d58Copy full SHA for 1ca0d58
src/Normalizer/DomainStringNormalizer.php
@@ -66,7 +66,7 @@ private function stringify($data)
66
67
$value = (string) $data;
68
69
- if (is_string($value) && preg_match('#^context:([a-zA-Z0-9_]+)#', $value, $matches)) {
+ if (is_string($value) && preg_match('#^context:(.*)#', $value, $matches)) {
70
return $matches[1];
71
}
72
0 commit comments