Re: sorting in PHP.
amit wrote:
> Thanks indeed for you solution using regular experession but I'm
> afraid to get into trouble later since I'm not familiar with RE yet.
>
> Any other suggestions?
I highly recommend to learn regular expressions because this is very
useful tool for parsing any complex string data. And don't afraid to use
it - in the case of problems here is enough peoples in the world to
you.
|