#!/usr/bin/perl # http://perlmonks.org/?node_id=1164776 use strict; use warnings; print "$1\n" while 'asdfgfhjkl' =~ /(?=(f.*j))/g
In reply to Re: Return string that starts and ends with specific characters
by Anonymous Monk
in thread Return string that starts and ends with specific characters
by gilthoniel
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |