GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
oct-glob.cc File Reference
#include <algorithm>
#include <string>
#include "glob-wrappers.h"
#include "oct-glob.h"
#include "file-ops.h"
#include "file-stat.h"
#include "lo-sysdep.h"
#include "unwind-prot.h"

Go to the source code of this file.

Functions

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

Function Documentation

◆ fnmatch()

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

◆ glob()

◆ windows_glob()