Sublime - matching multiple lines with regex

less than 1 minute read

Start with (?s)

1
(?s)\[sometag\](.*?)\[\/sometag\]

Updated: