You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Type pattern "@array@" is not supported by TextMatcher." You're using a TextMatcher which obviously matches text, not arrays. For this what you need try to use JsonMatcher.
Note that the pattern should be wrapped in quotes.
Hello there,
I'm trying to understand how to work with array repeat expander.
I tried to match this :
with this :
'@[email protected]({\"label\": \"@string@\"})'
but got this :
Type pattern "@array@" is not supported by TextMatcher.
Am I missing something ?
I'm using PHP 7.1 and coduo/php-matcher 3.1
The text was updated successfully, but these errors were encountered: