Based on glob, but adds a bunch of useful features and a nicer API.Returns a Promise<Array> of matching paths.
glob nodejs patterns matching files directories globbing all array dirs expand filesystem filter find fnmatch folders fs globs gulpfriendly match matcher minimatch multi multiple paths pattern traverse util utility wildcard wildcards promise gitignore gitIs a faster node-glob alternative. If you want to thank me, or promote your Issue.
glob globbing node-glob patterns wildcard glob-pattern filesystem fs readdir scandir find fast implementationTiny and extremely fast library to match files and folders using glob patterns. "Globs" is the common name for a specific type of pattern used to match files and folders. It's the patterns you type when you do stuff like ls *.js in your shell or put src/* in a .gitignore file. When used to match filenames, it's sometimes called a "wildcard".
glob globbing glob-pattern filesystem patterns pattern-matching expansion wildcardFinally, a dropin solution for wildcard searching using MOSS Enterprise Search. This web part simply replaces your existing CoreResultsWebPart in your search center. This is not a complete search center replacement like other wildcard search solutions. This allows you to confi
moss sharepoint enterprise-search moss-2007 wildcardA Microsoft Office SharePoint Server Search web part that allows for WildCard Searches and a second web part for the presentation of the search data using an XSL Transform document.
sharepoint search moss webpart wildcardPackage router provides a lightning fast HTTP router.Remember that HTTP methods are case-sensitive and uppercase by convention (RFC 7231 4.1). So you can directly use the built-in shortcuts for standard HTTP methods: Router.Get, Router.Post, Router.Put, Router.Patch and Router.Delete.
router routing fast trie http server handler performance optimization regular-expression wildcard http-router go-libraryVery simple wildcard matching, which is designed to provide the same functionality that is found in the eve eventing library. Great for full file-based wildcard matching.
string wildcardTo match bash-like globs, eg. ? for any single-character match, [a-z] for character ranges, and {*.html, *.js} for multiple alternatives, call with { extended: true }. To obey globstars ** rules set option {globstar: true}. NOTE: This changes the behavior of * when globstar is true as shown below: When {globstar: true}: /foo/** will match any string that starts with /foo/ like /foo/index.htm, /foo/bar/baz.txt, etc. Also, /foo/**/*.txt will match any string that starts with /foo/ and ends with .txt like /foo/bar.txt, /foo/bar/baz.txt, etc. Whereas /foo/* (single *, not a globstar) will match strings that start with /foo/ like /foo/index.htm, /foo/baz.txt but will not match strings that contain a / to the right like /foo/bar/baz.txt, /foo/bar/baz/qux.dat, etc.
regexp glob regexps regular-expressions regular-expression wildcardCheatsheet and introduction to "globbing". The term "globbing", also referred to as "glob matching" or "filepath expansion", is a programming concept that describes the process of using wildcards, referred to as "glob patterns" or "globs", for matching file paths or other similar sets of strings.
glob glob-matching wildcard globbing bash filename-expansion brace-expansion pattern glob-pattern extglob extended-globs cheatsheet guide regex regular-expressionNow that node-glob works cross-OS and supports synchronous globbing, this project will no longer be supported. Use that instead.
glob wildcard star file sync synchronousAn easy-to-use wildcard globbing library. Returns a unique array of all file or directory paths that match the given globbing pattern(s). This method accepts either comma separated globbing patterns or an array of globbing patterns. Paths matching patterns that begin with ! will be excluded from the returned array. Patterns are processed in order, so inclusion and exclusion order is significant. Patterns may be specified as function arguments or as a src property of the options object.
glob file match mapping expand wildcard pattern sync awesomeFilter an object using glob patterns and dot notation. Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
glob wildcard object property nested value dot-notation dot filter get globstar key keys match notation object-path path paths pattern set starCreate a matching function from a glob pattern, regex, string, array, object or function. See the release history to learn about breaking changes in the v1.0.0 release.
match glob-pattern test any array contains expression function glob has is matcher matches matching minimatch multimatch object pattern patterns regex regexp regular value where wildcardAdds array support to node-glob, sync and async. Also supports tilde expansion (user home) and resolving to global npm modules. Please consider following this project's author, Jon Schlinkert, and consider starring the project to show your ❤️ and support.
glob glob-matching glob-pattern pattern find files wildcard search file-system fs array directories exclude exclusions expand filesystem fnmatch folders globbing globby globs globstar lookup match matched matcher matching minimatch multi multimatch multiple negate node node-glob paths patterns star wildcardsFilter an object by its keys or values. Returns a copy of an object filtered to have only keys or values that match the given glob patterns. See glob-object and/or filter-values for the full range of options and available features.
arr array expand filter find function glob globbing globs key keys match matcher minimatch obj object order pattern patterns sort wildcardFilter an object values using glob patterns or with a callback function returns true. Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
filter find glob globbing globs key keys match matcher minimatch obj object pattern patterns properties property props regex sort test wildcard
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.