Java Class Comment Remove
-
Hi, i have a decompiled java class as this
I wanna to remove all these /* / and / */ with a number inside
Thanks Anticipally
-
find what : ^.*\*/
replace with : empty
search mode : regular expressionmenu item > edit > blank operation > trim leading space
(https://youtu.be/qjnzZi9UhN8)