Twitter's RSS feed displays names as:
<name>johnDoe (John Doe)</name>
Is there a way to use php or javascript (preferably jquery) to delete everything starting with the first parentheses and after? I only want to show the username and not the username and the person's actual name.
Other details: I'm parsing an RSS feed into a page using SimplePie