Re: EMBL file with space before quoted, multi-line qualifier value

[email protected] (Adam Sjøgren)
Newsgroups gmane.comp.lang.perl.bio.general
Organization Novozymes A/S (reg. no.: 10007127)
Message-ID <[email protected]>
Adam writes:

> -        my( $qualifier, $value ) = m{^/([^=]+)(?:=(.+))?}
> +        my( $qualifier, $value ) = m{^/([^=]+)*(?:=\s*(.+))?}
                                                 |
I got a '*' to many there -----------------------'

I (only) meant to add the '\s*' after the '=':

+        my( $qualifier, $value ) = m{^/([^=]+)(?:=\s*(.+))?}

Sorry!

-- 
                                                          Adam Sjøgren
                                                    [email protected]

_______________________________________________
Bioperl-l mailing list
[email protected]
http://mailman.open-bio.org/mailman/listinfo/bioperl-l
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.