home > 比較編 > Perl, PHP, Python, Ruby > regular expresions >

ForNext

Only Do What Only You Can Do

068. character class abbreviations and anchors

VBScript

JScript

Perl

char class abbrevs:
. \d \D \h \H \s \S \v \V \w \W

anchors: ^ $ \A \b \B \z \Z

PHP

char class abbrevs:
. \d \D \h \H \s \S \v \V \w \W

anchors: ^ $ \A \b \B \z \Z

Python

char class abbrevs:
. \d \D \s \S \w \W

anchors: ^ $ \A \b \B \Z

Ruby

char class abbrevs:
. \d \D \h \H \s \S \w \W

anchors: ^ $ \A \b \B \z \Z

PowerShell

Scala

F#

C

C++

C++Builder

VC++

C#

Java

Objective-C

D

VB

VB.NET

Delphi

Ada

PL/SQL

T-SQL

関数型

inserted by FC2 system