![]() |
|
Syntactic Confectionery Delight | |
PerlMonks |
Problem with regexp to matchby logangha (Initiate) |
on Oct 14, 2021 at 15:18 UTC ( #11137512=perlquestion: print w/replies, xml ) | Need Help?? |
logangha has asked for the wisdom of the Perl Monks concerning the following question: Hi I have this assignment When a string comes with below content 01/LC-13/E10GbE-1,01/LC-14/E10GbE-1 It must take numbers 13, 1, 14 and 1, in order as indicated And with this instruction is achieved
But when string comes with 01/LC-13/E10GbE-1 It must take numbers 13 and 1 And when I run my example does not work
It does not return anything Which seems to be the trouble? I don't know much about regular expressions Regards.
Back to
Seekers of Perl Wisdom
|
|