Are lazy quantifiers like these `(?s)(?<=---).*(?=---)` supported in VerEx? I wanted to extract any text between two sets of '---' in a string, is it possible? Thank you.