Here is a demo – Regex101
You can modify this by replacing the “bc” with your search string.
\w*bc\w*\.\d*
updated Expression
\w*bc\.\d*
3
solved Regular expression exact part of letters match in middle of the word including Dot[.] [duplicate]