Gitignore
in package
Gitignore matches against text.
Tags
Table of Contents
Methods
- toRegex() : string
- Returns a regexp which is the equivalent of the gitignore pattern.
- toRegexMatchingNegatedPatterns() : string
Methods
toRegex()
Returns a regexp which is the equivalent of the gitignore pattern.
public
static toRegex(string $gitignoreFileContent) : string
Format specification: https://git-scm.com/docs/gitignore#_pattern_format
Parameters
- $gitignoreFileContent : string
Return values
stringtoRegexMatchingNegatedPatterns()
public
static toRegexMatchingNegatedPatterns(string $gitignoreFileContent) : string
Parameters
- $gitignoreFileContent : string