in reply to Re^3: need help with a regex
in thread need help with a regex

It is a quantifier in the context I wrote /VILMWFCA{8,}/ it's quantifying the number of residues to be at least 8 sequential residues from VILMFWCA.

Replies are listed 'Best First'.
Re^5: need help with a regex
by johngg (Canon) on Oct 22, 2010 at 22:08 UTC
    I wrote /VILMWFCA{8,}/ ...
    kennethk has twice now pointed out your failure to use code tags. What's so difficult about wrapping <c> and </c> or <code> and </code> around your snippet so that your code renders properly?

    Cheers,

    JohnGG