Subject: Keep only one part of a string
From: Zouplaz <user domain.invalid>
Date: Fri, 15 Sep 2006 08:25:49 +0900
Hello, how to better write that : self.ident = self.ident[/0-9*/]
I'm pretty sure there is a String method that would keep only the first
match of the regex but I didn't found it in the String doc reference
Thanks