Yuxiang Wang created PIG-5214:
---------------------------------
Summary: search any substring in the input substring
Key: PIG-5214
URL: https://issues.apache.org/jira/browse/PIG-5214
Project: Pig
Issue Type: New Feature
Components: internal-udfs
Reporter: Yuxiang Wang
Assignee: Yuxiang Wang
Fix For: 0.17.0
A new Pig UDF *STRING_SEARCH_ALL* that Implementing regex for searching
keyword(substring) in a line of string, and all matched substrings will be
stored as individual tuples in a bag, i.e.{code} output: ({(a),(b),(c)}){code}
Help us to find all regex matches, for example, we may use
*FLATTEN(STRING_SEARCH_ALL(string, regex))* to list all matches for an easier
view of output.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)