xpath query containing curly braces not working
I need to execute a xpath query containing curly braces.
/jcr:root/content/myWebsite//*[jcr:contains(., '{{mySearchString)] order by @jcr:score
Is there any way to escape curly braces in AEM xpath query?