Hi,
I have received a JSON file with segments that contain many placeholders/variable within.
An example,
"description": "Out of {{totalReq}} {{'requirement' | devEntityDescription : true}}, <span ng-class=\"{'p-rdx--link-cursor' : {{count}}>0}\" ng-click=\"cqRiskIndicatorNav({{count}}>0 ? 'cqMaintainabilityRiskIndicator' : '')\">{{count}} {{'requirement' | devEntityDescription : true}} with {{riskStatus}} Priority {{category}} issues</span>",
"zeroIssuesDesc": "Out of {{totalReq}} {{'requirement' | devEntityDescription : true}}, 0 {{category}} known issues found"
Can I work with the embedded content, or other feature, to lock these placeholders/variables using reg ex?
Please advise ASAP
BR
Fouad