Hi All,
I have an name in string form , In complete name i want to skip the middle name (if there is present the middle name), and when there is only first and last name there is no requirement to change anything.
LIKE-
ex-1:- DANIEL JOHN HINEDXON (I want to remove john in complete name)
ex-2, MICHELE MADUXX (There is no requirement to remove anything)
Please, suggest me.