Regex special character

Hi,

I have a problem with my Regex.
I want to keep a number after a sentences like this : “identity (For people) 345”

But it’s not possible to remove the “)”.

Any idea ?

Thanks

What expression are you using right now? Quick search showed multiple ways of removing them (both with Regex and other options), but without more context it’s hard to say what you need.

Either way, just in case:

2 Likes

Hi,

Thanks for the exemple. It’s what i’m looking for !

Best regards,
Samuel