Editor PHP 2.4.0

Gitignore
in package

Gitignore matches against text.

Tags
author

Michael Voříšek vorismi3@fel.cvut.cz

author

Ahmed Abdou mail@ahmd.io

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
string

toRegexMatchingNegatedPatterns()

public static toRegexMatchingNegatedPatterns(string $gitignoreFileContent) : string
Parameters
$gitignoreFileContent : string
Return values
string

        
On this page

Search results