I have a string of characters which contains first name and last name like this examples :
LACRY jean 123243 (the first name is always upper word, the last name is lower word ,the last number is an ID )
KRAN laris monica 23455 (the last name is a composition of two words)
So my goal is to get First name in a variable and the last name in an other variable, Can someone help me please!!!