Results 1 to 13 of 13

Thread: Regex Pattern for comment lines of C# code?

Threaded View

  1. #1

    Thread Starter
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083

    Regex Pattern for comment lines of C# code?

    I want to colorize comments shown in RTB in the three formats :

    1-
    PHP Code:
    /*
     *This is a comment 
    */ 
    2-
    PHP Code:
    //This is comment 
    // 

    3-
    PHP Code:
    ///This is function description 
    I want only the regex pattern . Thanks guys .
    Last edited by Pirate; May 29th, 2004 at 12:36 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width