Hello Dear Monks
I have a problem concerning paranthesis
I would like to detect the following expression, such as
or(23
(135
So I have used :
# use strict; ... if (($Delay_id =~ /\(\d\d/) || ($Delay_id =~ /\(\d\d\d/)){ ... }
But I have messages of error, such as :
Use of uninitialized value in concatenation (.) or string at
In reply to parenthesis regex by steph_bow
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |