- 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.
推薦閱讀
- C語(yǔ)言程序設(shè)計(jì)案例教程(第2版)
- Arduino by Example
- DevOps for Networking
- JavaScript 網(wǎng)頁(yè)編程從入門到精通 (清華社"視頻大講堂"大系·網(wǎng)絡(luò)開發(fā)視頻大講堂)
- React Native Cookbook
- Learning Apache Kafka(Second Edition)
- Hands-On Natural Language Processing with Python
- Mastering Apache Maven 3
- INSTANT Silverlight 5 Animation
- Hands-On JavaScript for Python Developers
- 機(jī)器學(xué)習(xí)微積分一本通(Python版)
- 編程改變生活:用Python提升你的能力(進(jìn)階篇·微課視頻版)
- Extending Unity with Editor Scripting
- Scala編程實(shí)戰(zhàn)
- Backbone.js Testing