regex - How to Filter using Regular Expression in Pig latin -


i have find name given first letter 'p' , last letter 'l'. in sql, give 'p%%l'. in pig latin commands, how can given.

you'd use filter command regex e.g.

x = filter (name matches '\ap\w*l\b'); 

Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

How can I fetch data from a web server in an android application? -

jquery - How can I dynamically add a browser tab? -