- Perl 6 Deep Dive
- Andrew Shitov
- 44字
- 2021-07-03 00:05:53
String data type
Strings are represented by the Str data type in Perl 6. A string is a sequence of Unicode characters. Considering the following code snippet:
my $str = 'Hello, World!';
say $str;
Let's go straight to the methods of the Str class.
推薦閱讀
- 微服務與事件驅(qū)動架構
- 零基礎玩轉(zhuǎn)區(qū)塊鏈
- React Native Cookbook
- SQL語言從入門到精通
- C++程序設計基礎教程
- C語言程序設計學習指導與習題解答
- Principles of Strategic Data Science
- R語言數(shù)據(jù)可視化:科技圖表繪制
- Java7程序設計入門經(jīng)典
- 石墨烯改性塑料
- PowerDesigner 16 從入門到精通
- 安卓工程師教你玩轉(zhuǎn)Android
- Java設計模式深入研究
- Python Penetration Testing Essentials
- 每個人的Python:數(shù)學、算法和游戲編程訓練營