I have following steps that I am using for Cucumber-jvm. How do I escape certain characters in my step definitions?
When user verifies if ABC widget exists
Then the 'The 7 Things $channel' label is displayed
In this case I need to escape 7 and $ as a regular string.