Public Methods | |
const cmt_regexp::iterator | match (const cmt_string& text, int pos) const |
|
Reimplemented from cmt_node. Definition at line 688 of file cmt_regexp.cxx. 00690 { 00691 if (pos == text.size ()) return (cmt_regexp::iterator (pos, 0)); 00692 return (cmt_regexp::iterator::null ()); 00693 } |