I feel like an idiot for asking this but what would a regular expression be to match the literal string: {0}
This would be used in JavaScript with the string object's replace function. I've tried several things and nothing seems to work.
Thanks,
Frank