'Match page rule that has space or special characters?

In Pendo, I want to tag a Page URL that ends with say

"Manage%20Crown%20Jewels"

How do I specify such a thing in 'contains' parameter?

I tried various things such as

~contains('Manage Crown')
~contains:"Manage%20Crown%20Jewels"
~contains:%22Manage%20Crown%20Jewels%22

None of these work when I test rule. What am I doing wrong?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source