extract the data between slashes within a string of course
which might be more than one item.
my $str = '%/%/ISIN/US1252691001'; my @strings = $str =~ m{(?<=/)[^/]+}g ; print join ', ', @strings, "\n"; print $strings[1];
Regards
mwa
In reply to Re: extract text between slashes
by mwah
in thread extract text between slashes
by kevind0718
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |