Strip block comments: Difference between revisions

m
added related tasks.
(added Factor implementation)
m (added related tasks.)
Line 38:
Ensure that the stripping code is not hard-coded to the particular delimiters described above, but instead allows the caller to specify them.   (If your language supports them,   [[Optional parameters|optional parameters]]   may be useful for this.)
 
{{Template:Strings}}
 
;Related task:
*   [[Strip comments from a string]]
<br><br>