Viewing 1 post (of 1 total)
  • Author
    Posts
  • #4576
    shaohao
    Member

    I take Tcl language for example:
    The “Escape Character” is “”
    The “Line Comment” is “#”

    my code is:

    regexp {#(.*)} $mystr -> 1

    Now you will find that all characters after “#” will be recognized comment characters.
    This is the bug.

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.