hello~
I am making comment removing function
but
when str contains
#| comment 1 |#
(define values1 1)
#| comment 2 |#
(define values2 2)
#| comment 3 |#

the following code delete all of my str
 (regexp-replace* "\\#\\|(.*)\\|\\#" str " ")

could somebody let me know how to remove only these comments ?
_________________________________________________
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/users

Reply via email to