Reputation: 242
It also needs to work for {{ article |image}} or any other withespace combination inside the double braces.
Upvotes: 0
Views: 143
Reputation: 28894
Need a lot more information about exactly what you need and the type of data you are searching.
{{.*}}
This will work for both examples.
{{\s*\w+\s*\|\s*\w+\s*}}
Is much more specific.
Upvotes: 1