Euphoria
findstring.cc File Reference
#include "core/findstring.h"
#include <algorithm>

Go to the source code of this file.

Namespaces

 eu
 
 eu::core
 

Functions

bool eu::core::find (const std::string &target, const std::string &search)
 
bool eu::core::find (const std::string &target, const std::vector< std::string > &searches)
 
bool eu::core::find (const std::vector< std::string > &targets, const std::string &search)
 
bool eu::core::find (const std::vector< std::string > &targets, const std::vector< std::string > &searches)