Regular Expressions 101

Community Patterns

HiveQL query/comment splitter

1

Regular Expression
Python

r"
^(.*?)--(.*)$
"

Description

Splits a HiveQL line into query and comment sections.

Submitted by anonymous - 8 years ago