Hello, I am having trouble getting my pattern to work correctly. My goal is to detect if a specific word has any word or letter either on the left side, right side, or both sides.
For example:
- a{placeholder} = found
- {placeholder}b = found
- a{placeholder}b = found
- {placeholder} = not found
This is the pattern I have so far:
(\w)?\{LINK_TO_WEB_VERSION\}(\w)?