At 11:50 AM +0100 11/2/10, Larsen, Henning Engelbrecht wrote:
I want to search a string for patterns but starting the search from the
_end_ instead of from the beginning, using a regular expression.

Not a regular expression, but if all you are looking for is a substring, use rindex:

perldoc -f rindex

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to