regex - Perl match in context -


i find word in text file, , save variable along characters. example in text file like:

isoelectric point = 6.2505

i'll looping through directory of files, value of isoelectric point change, , why need characters after match saved variable.

if (my ($point) = $str =~ /isoelectric point = (\s+)/) {     ... } 

Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -