How to use Words function to extract only specific elements from string
Suppose I have a string of characters with common delimiter in a form of bal1_bla2_blbla3_blabla4And I would like to create a new column that contains only "blbla3_blabla4", how can I apply words function for that?