#!/usr/bin/perl use strict; use warnings; my $test = "I am here {there} and {everywhere} but not below and above +"; print "$test\n"; $_ = $test; if (/\{(.*?)\}(.*)\{(.*?)\}/) { print "Success $1 $3\n"; }
In reply to Re: Regexp::Common not so common?
by eosbuddy
in thread Regexp::Common not so common?
by iaw4
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |