Hi, I have the bellow values written from some vars , they all have a pattern ‘xyz_’ on front :
xyz_name_1
xyz_name_2
xyz_special_3
xyz_other_4
Is there a filter I can use to exclude the ‘xyz_’ pattern so my values will be more clear like :
name_1
name_2
special_3
other_4
???