home > 比較編 > Perl, PHP, Python, Ruby > strings >

ForNext

Only Do What Only You Can Do

064. extract character

VBScript

JScript

Perl

can't use index notation with strings:
substr("lorem ipsum", 6, 1)

PHP

syntax error to use index notation directly on string literal:
$s = "lorem ipsum";
$s[6];

Python

'lorem ipsum'[6]


Ruby

"lorem ipsum"[6]


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