You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to deal with C-style comment blocks. When I see a "/", I should return the entire comment block which starts before the match to "/". Is there a supported way of doing this, assuming I already know the position where the comment starts?