in reply to String character replacement based on position
Since I'm not much of an expert in genome problems (which is what you're working on, right?) I'm going to have to say that I need more information to understand where you're having difficulty. Could you show a few example rules that are giving you trouble in implementing? substr is a pretty useful tool for string manipulation that must occur in absolute positions. Some more complex manipulations based on in-string triggers may benefit from regexp implementations. But (I can't speak for everyone)... I need more info to know where the problem is. The case of converting the ninth character from the left of a string to upper case is probably not the problem you're having trouble solving, is it?
Dave
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: String character replacement based on position
by shu_uemura (Initiate) on Feb 23, 2011 at 06:02 UTC | |
by AnomalousMonk (Archbishop) on Feb 23, 2011 at 23:53 UTC |