|
|
| more useful options | |
| PerlMonks |
Re: Is there a module for object-oriented substring handling/substitution?by BrowserUk (Pope) |
| on Jan 26, 2013 at 23:32 UTC ( #1015545=note: print w/ replies, xml ) | Need Help?? |
|
supported by linked substrings. Seems to me you are looking for a complex solution when a simple one will do. In order to mark your substrings, you have to know where they start and end|length. If you simply unpack the string into an array on those same boundaries, you can edit the individual elements to your hearts content, and when you pack/join them back together, you will have exactly the same effect as your linked substrings without the overhead of all the behind-the-scenes jiggery pockery required to make the latter work. It's simple. And I like simple :) With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||