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

ForNext

Only Do What Only You Can Do

067. literal, custom delimited literal

VBScript

JScript

Perl

/lorem|ipsum/
qr(/etc/hosts)

PHP

'/lorem|ipsum/'
'(/etc/hosts)'

Python

re.compile('lorem|ipsum')
none

Ruby

/lorem|ipsum/
%r(/etc/hosts)

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