documents
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
|
||||
class TokenScanner
|
||||
{
|
||||
private const REGEX = '/{{\s*([a-zA-Z0-9_]+\.[a-zA-Z0-9_]+)\s*}}/';
|
||||
// Allow entity.attr with attr accepting letters, digits, underscore, dot and hyphen for flexibility (e.g., custom.order-id)
|
||||
private const REGEX = '/{{\s*([a-zA-Z0-9_]+\.[a-zA-Z0-9_.-]+)\s*}}/';
|
||||
|
||||
/**
|
||||
* @return array<int,string>
|
||||
|
||||
Reference in New Issue
Block a user