SyntaxFix
Write A Post
Hire A Developer
Questions
This may do the trick:
\b\p{L}*Id\b
Where \p{L} matches any (Unicode) letter and \b matches a word boundary.
\p{L}
\b