Hi,
I have a string like this:
GeboGebo Wiki 0.9.2 (Default branch)
I want to remove the words between the parenthesis. I tried this regexp:
/\([a-zA-Z0-9]\)/ but without success, what is wrong with it ?
Thank you,
--
Colossus
Cpsed, a Linux OpenGL 3D scene editor
I have a string like this:
GeboGebo Wiki 0.9.2 (Default branch)
I want to remove the words between the parenthesis. I tried this regexp:
/\([a-zA-Z0-9]\)/ but without success, what is wrong with it ?
Thank you,
--
Colossus
Cpsed, a Linux OpenGL 3D scene editor
Comment