Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. field1.split("_")[-1]
  2.  
  3. `field1.split("_")[-1]`
  4.  
  5. field1.split("_")[0]
  6.  
  7. field1.split("_")[1]
  8.  
  9. field1.split("_")[2]
  10.  
  11. field1.split("_")[3]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement