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
If a use a custom regex, I can get what I need (SEARCH.SAMPLES.ID)
The problem is that {{entity.id}} is also extracted. I believe it happens because it matches a directive
<any translate>TRANSLATION</any>
I don't want to modify existing code. Is there any way to ignore directives (or any other pattern) while extracting? I would only like to use my custom regex and a filter ( {{'TRANSLATION' | translate}} ) and ignore anything else.
The text was updated successfully, but these errors were encountered:
Hi!
I'm trying to extract from
If a use a custom regex, I can get what I need (SEARCH.SAMPLES.ID)
The problem is that {{entity.id}} is also extracted. I believe it happens because it matches a directive
I don't want to modify existing code. Is there any way to ignore directives (or any other pattern) while extracting? I would only like to use my custom regex and a filter ( {{'TRANSLATION' | translate}} ) and ignore anything else.
The text was updated successfully, but these errors were encountered: