Comment 1 for bug 1658036

Revision history for this message
anubhav (anubhavsingh6663) wrote :

The regex here i.e:{([\w]*):?([^}]*)} is expecting URL in {}. That's why it is not working. To make it work for URL do remove {} from regex.