I'm new at regular expressions and wonder how to phrase one that collects everything after the last /.
I'm extracting an ID used by googles gdata.
my example string is http://spreadsheets.google.com/feeds/spreadsheets/p1f3JYcCu_cb0i0JYuCu123
Where the ID is p1f3JYcCu_cb0i0JYuCu123
Oh and I'm using PHP.