From: Josselin Date: 2007-04-27T16:30:05+09:00 Subject: string replacement... I have a string : str = "/proposal/list/31551" I would like to change the 31551 by another value "9999", but I don't see whicj method I should use ? str.each and block ? or str.rindex('/') and concatenating the new value ? tfyh joss