GNU Octave  8.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"
Include dependency graph for oct-glob.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

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

Function Documentation

◆ fnmatch()

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

◆ glob()

◆ windows_glob()