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