GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
oct-glob.h File Reference
#include "octave-config.h"
#include "str-vec.h"

Go to the source code of this file.

Functions

bool fnmatch (const string_vector &pat, const std::string &str, int fnmatch_flags)
 
string_vector glob (const string_vector &)
 
string_vector windows_glob (const string_vector &)
 

Function Documentation

◆ fnmatch()

bool fnmatch ( const string_vector pat,
const std::string &  str,
int  fnmatch_flags 
)

◆ glob()

◆ windows_glob()