Backport PR
#9953: corrected split with rsplit...
Backport PR
#9953: corrected split with rsplit
sir, _Carreau i changed the split with rsplit, i did it because with split only the first that is splitted from the string is taken, but with rsplit the last string is taken, which is what we want. please verify sir.