in reply to Re: Is there a module for object-oriented substring handling/substitution?
in thread Is there a module for object-oriented substring handling/substitution?
Do you know that a reference to substr works as you described?
Only if you use a single substring. I have a partially-written module that does this type of thing and supports multiple simultaneous substrings of the same string such that they cooperate (which leads to some tricky bits which were fun to hash out).
But tye having an unpublished module isn't really a reason to avoid writing one's own version of something similar.
- tye
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Is there a module for object-oriented substring handling/substitution? (2 substrs)
by BrowserUk (Patriarch) on Jan 25, 2013 at 02:37 UTC | |
by tye (Sage) on Jan 25, 2013 at 03:15 UTC |