Function
hasPrefix
Test whether a sequence is prefix of another sequence.
hasPrefix(left, right)
hasPrefix(comparator)
Include Headers
seqan/sequence.h
Parameters
left
The first sequence.
right
The second sequence, the putative prefix.
comparator
A comparator.
Types: Lexical
Remarks
By definition, the whole sequence is a prefix of itself too: hasPrefix("abc", "abc") == true.
Return Values
true if right is a prefix of left, false otherwise.
SeqAn - Sequence Analysis Library - www.seqan.de
 

Page built @2011/02/08 21:37:05