Regular Expressions 101

Community Patterns

Orf Finder

1

Regular Expression
PCRE (PHP <7.3)

/
(?=(A[TU]G(?:.{3}){4,}(?:[TU]AG|[TU]AA|[TU]GA)))
/
ig

Description

Finds open reading frames in a dna sequence string.

Submitted by tnrich - 9 years ago