Timeline for Smalltalk (Squeak) - String parsing
Current License: CC BY-SA 3.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jul 29, 2017 at 12:10 | comment | added | Leandro Caniglia |
@awyr_agored Be aware that the expression string doWithIndex: [...] suggested by @ferada will modify your string, whereas your version left the original string unchanged and worked on a copy.
|
|
| Jul 28, 2017 at 23:26 | vote | accept | awyr_agored | ||
| Jul 28, 2017 at 23:25 | comment | added | awyr_agored | Thank you Ferada for taking the time to help me with this. I can see that the doWithIndex: message makes the code neater without the need for a counter. | |
| Jul 28, 2017 at 23:25 | history | edited | ferada | CC BY-SA 3.0 |
added 100 characters in body
|
| Jul 28, 2017 at 23:22 | vote | accept | awyr_agored | ||
| Jul 28, 2017 at 23:26 | |||||
| Jul 28, 2017 at 23:14 | history | edited | ferada | CC BY-SA 3.0 |
added 100 characters in body
|
| Jul 28, 2017 at 23:07 | history | answered | ferada | CC BY-SA 3.0 |