https://github.com/formiat/search_by_mask_function
Function that searches by mask with wildcards.
https://github.com/formiat/search_by_mask_function
cpp function match search search-by-mask wildcards
Last synced: over 1 year ago
JSON representation
Function that searches by mask with wildcards.
- Host: GitHub
- URL: https://github.com/formiat/search_by_mask_function
- Owner: formiat
- Created: 2019-09-01T19:52:29.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-01T19:54:56.000Z (almost 7 years ago)
- Last Synced: 2025-01-16T05:26:02.206Z (over 1 year ago)
- Topics: cpp, function, match, search, search-by-mask, wildcards
- Language: C++
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Search by mask function
Function that searches by mask with wildcards.
Mask wildcards:
1) '?' for any single character
2) '*' for any number of any characters