- Perl 6 Deep Dive
- Andrew Shitov
- 25字
- 2021-07-03 00:05:54
Reversing a string
The flip method returns the string in which all the characters go in a reversed order, as follows:
say 'Rose'.flip; # esoR
推薦閱讀
- Facebook Application Development with Graph API Cookbook
- Mastering OpenCV Android Application Programming
- Interactive Data Visualization with Python
- 樂(lè)高機(jī)器人設(shè)計(jì)技巧:EV3結(jié)構(gòu)設(shè)計(jì)與編程指導(dǎo)
- Essential Angular
- 名師講壇:Java微服務(wù)架構(gòu)實(shí)戰(zhàn)(SpringBoot+SpringCloud+Docker+RabbitMQ)
- Troubleshooting PostgreSQL
- C++對(duì)象模型詳解
- Building RESTful Python Web Services
- Solr Cookbook(Third Edition)
- LabVIEW虛擬儀器程序設(shè)計(jì)從入門(mén)到精通(第二版)
- SQL Server 2016 從入門(mén)到實(shí)戰(zhàn)(視頻教學(xué)版)
- 智能手機(jī)故障檢測(cè)與維修從入門(mén)到精通
- C指針原理揭秘:基于底層實(shí)現(xiàn)機(jī)制
- PhoneGap 4 Mobile Application Development Cookbook