Tuesday, July 29, 2014

How can i remove/delete digits in the beginning of a string ?

If the number is always followed by '.' you could use String Split() and just look at the second element in the array. You could split on the space if the '.' is always followed by space.



Regards David R

---------------------------------------------------------------

The great thing about Object Oriented code is that it can make small, simple problems look like large, complex ones.

Object-oriented programming offers a sustainable way to write spaghetti code. - Paul Graham.

Every program eventually becomes rococo, and then rubble. - Alan Perlis

The only valid measurement of code quality: WTFs/minute.


No comments:

Post a Comment