Consider the string 12345aaa. I w开发者_JAVA技巧ant to use preg_split() on it so only the numeric part of it will be returned (i.e. 12345). How would I write the regex for it ?preg_split is not the fu
I write some easy parser for my page and have some problem with it. HTML text: <p>some text</p><p>another text</p>