Hello again
I'm trying to extract from a file (which is loaded in a variable) all the strings between "", that is, "example 1 for instance" will save in the array example 1 for instance. I'm trying to use this code: my @strings = $data =~ /\"[^\"]+\"/g; but it's extracting almost every line... Any help would be apreciated...Kepler
In reply to Extract pattern match from file by kepler
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |