PCL
pcl::FindMode Namespace Reference

Flags to control text find and replacement operations. More...

Detailed Description

FindMode::RegExp Search with a regular expression instead of a literal substring.
FindMode::Backward Search toward the beginning of the document.
FindMode::CaseSensitive Perform a case-sensitive search.
FindMode::WholeWords Search for whole words only.
FindMode::SelectionOnly Search and replace within the current text selection only
FindMode::Incremental Perform an incremental text find operation. The search begins after a previously matched text block.
FindMode::Default The default text find mode, equal to FindMode::CaseSensitive|FindMode::WholeWords.