Clojure Strings reverse

2018-12-21 14:09 更新

反轉(zhuǎn)字符串中的字符。

語法

以下是reverse的基本使用語法:

(reverse str)

參數(shù)? 'str'是需要反轉(zhuǎn)的字符串。

返回值 ? 反轉(zhuǎn)后的字符串。

下面是reverse函數(shù)的示例:

(ns clojure.examples.hello
   (:gen-class))
(defn hello-world []
   (println (reverse "Hello World")))
(hello-world)

輸出

以上示例將輸出以下結(jié)果:

(d l r o W   o l l e H)                             
以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號