#myCarousel51521646 div.t309__item.item.active.left div.t309__title.t-title.t-title_sm b > span:nth-child(1)
`
//comments
`
var a = `<div> hello world </div>
//comments
<div> bye world</div>`;
var result = a.match(/<\/.*?>(.*?)</s)[1]
alert(result.trim()); // "//comments"