Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Given a string like
How would you extract the characters from the dot (aka period, aka full stop) to the end of that string into a variable? That is, in this example, get the substring "she".$string = "helloyoume.she";
Originally posted as a Categorized Question.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to extract the substring from a delimiter (dot) to end of string?
by infoninja (Friar) on May 08, 2000 at 17:49 UTC | |
|
Re: How to extract the substring from a delimiter (dot) to end of string?
by Novician (Novice) on May 09, 2000 at 12:17 UTC | |
|
Re: How to extract the substring from a delimiter (dot) to end of string?
by httptech (Chaplain) on May 08, 2000 at 14:41 UTC | |
|
Re: How to extract the substring from a delimiter (dot) to end of string?
by ZZamboni (Curate) on May 08, 2000 at 21:56 UTC |