Segments ending with a colon or semicolon

Hello,
I’d very much like some help with my special character search problem, like quotation marks and semicolon.

I tried to find segments ending with a colon, using the following, which worked just fine.
<:$

But when I try the same for semicolon, it produces a error screen.
<;$

Could anyone help me with this?
I searched this forum postings for such keywords as colon, semicolon, and special characters, but couldn’t find any clear solution.

Please try this:

:blush: (backslash, colon, dollar)
;$ (backslash, semicolon, dollar)

They both work in my case. The forum turns them into emoticons, I am sorry.

1 Like

My problem is now solved.
Thank you VL2D!