How to search for a string by key?

How to search for a string in crowdin by key? not by the text or content, but by key itself?

To find a string in the editor by key, you need to enclose it in quotation marks.

For example, “key”

what if I wanted to search for the character of quotation marks (") ?

Hi @NumanSadik

This AI/CroQL filter should work for you:

Filter strings that have translations that consist of quotation symbols " and "

CroQL expression: count of translations where (text contains """") > 0