double-tap icon indicating copy to clipboard operation
double-tap copied to clipboard

Comment list scan

Open utrack opened this issue 10 years ago • 0 comments

Started working on list scan on the &comments string. For now the comments are extracted successfully, however the join() works weird.

While regex extracts every non-multiline comment as it should, join(matchlist()) does not return joined list of matches (duh).

comments: s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
matches (simulated on virex): //,#,%,XCOMM,>
joined (from debug info): //q,qqqqqqqq

utrack avatar Sep 10 '15 13:09 utrack