Advanced C 23: Wildcards (fnmatch and glob)

Published: 28 May 2024
on channel: Charles Cabergs
966
31

Match wildcard patterns on strings and your file system in C.

globule project in which I rewrite the fnmatch and glob functions: https://github.com/cacharle/globule

NOTE: You can also have opposite character classes in your pattern with `!`. For example `[!abc]` would match all characters BUT abc (same as [^abc] for regular expressions).

00:00 Introduction
00:30 fnmatch Basic Example
01:32 Pattern Syntax
04:42 fnmatch Flags
08:18 glob
11:34 glob Flags
15:40 glob Return Value
16:34 glob Error Function
18:46 globule Side Project presentation

Social links:
Website: https://cacharle.xyz
Github: https://github.com/cacharle
Linkedin:   / charles-cabergs-328aa8214  


Watch video Advanced C 23: Wildcards (fnmatch and glob) online without registration, duration hours minute second in high quality. This video was added by user Charles Cabergs 28 May 2024, don't forget to share it with your friends and acquaintances, it has been viewed on our site 96 once and liked it 3 people.