Regular Expressions 101

Community Patterns

extract ac code from fasta headers

0

Regular Expression
Python

r"
(^|;)(?:sp|tr)\|([a-zA-Z0-9_-]+)\|\S+?(?=$|;)
"
gm

Description

no description available

Submitted by anonymous - 4 years ago