`VerEx().beginCapture().find('http').or('ftp').endCapture().then(':')` i want result like /((http|ftp):)/ but /(http|ftp:)/ why?