Community

    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Java Class Comment Remove

    General Discussion
    2
    2
    161
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Fabio grossi
      Fabio grossi last edited by Fabio grossi

      Hi, i have a decompiled java class as this

      https://pastebin.com/EQr2QS2M

      I wanna to remove all these /* / and / */ with a number inside

      Thanks Anticipally

      1 Reply Last reply Reply Quote 0
      • rinku singh
        rinku singh last edited by rinku singh

        find what : ^.*\*/
        replace with : empty
        search mode : regular expression

        menu item > edit > blank operation > trim leading space
        (https://youtu.be/qjnzZi9UhN8)

        1 Reply Last reply Reply Quote 0
        • First post
          Last post
        Copyright © 2014 NodeBB Forums | Contributors