stripsuffix(id,suffix)

removes the characters behind the suffix

Parameters:

- id : the string used for the id that needs stripping Ex. Name_8 where 8 is the index in the list and _ is the suffix separator

- suffix : the character used suffix separator Ex. '_' that is used in Auto form

Return:

the string without index. Ex Name_8 returns Name