aboutsummaryrefslogtreecommitdiff
path: root/sql/hive/src/test/resources/golden/udf_regexp-1-f7f0527cd47612d7f256edd5f8963800
blob: d6b5d52cd1be5ee72a6317cf127a376fd8b0eb3a (plain) (blame)
1
2
3
4
5
str regexp regexp - Returns true if str matches regexp and false otherwise
Synonyms: rlike
Example:
  > SELECT 'fb' regexp '.*' FROM src LIMIT 1;
  true