I have example this number: 5032
I want to get this: 5.0.32
How can I do this with ruby string manipulation?
|
|
I'd be curious to hear the pros and cons of these different solutions. What's the fastest ? What's the clearest ? Are regular expressions expensive ? Here's yet another solution:
Here's our results. Mine is slowest:
|
|||||
|
|
Your question is a little bit vague but you can do this:
See the API doc for insert here. |
|||||||||||||||
|
|
|||||
|