PHP Class GrumPHP\Util\Regex

Afficher le fichier Open project: phpro/grumphp Class Usage Examples

Protected Properties

Свойство Type Description
$regex string

Méthodes publiques

Méthode Description
__construct ( $string ) Regex constructor.
__toString ( ) : string Returns the new regex.
addPatternModifier ( string $modifier )

Private Methods

Méthode Description
isRegex ( string $string ) : boolean Checks whether the string is a regex.
toRegex ( string $string ) : string

Method Details

__construct() public méthode

Regex constructor.
public __construct ( $string )
$string

__toString() public méthode

Returns the new regex.
public __toString ( ) : string
Résultat string

addPatternModifier() public méthode

public addPatternModifier ( string $modifier )
$modifier string

Property Details

$regex protected_oe property

protected string $regex
Résultat string