PHP 클래스 GrumPHP\Util\Regex

파일 보기 프로젝트 열기: phpro/grumphp 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$regex string

공개 메소드들

메소드 설명
__construct ( $string ) Regex constructor.
__toString ( ) : string Returns the new regex.
addPatternModifier ( string $modifier )

비공개 메소드들

메소드 설명
isRegex ( string $string ) : boolean Checks whether the string is a regex.
toRegex ( string $string ) : string

메소드 상세

__construct() 공개 메소드

Regex constructor.
public __construct ( $string )
$string

__toString() 공개 메소드

Returns the new regex.
public __toString ( ) : string
리턴 string

addPatternModifier() 공개 메소드

public addPatternModifier ( string $modifier )
$modifier string

프로퍼티 상세

$regex 보호되어 있는 프로퍼티

protected string $regex
리턴 string