$string = "...

Sexe : FILLE

..."; $string =~ m/.*?Sexe : <\/b>(\w+).+/gis; print $1;