Comparison of programming languages (string functions): Difference between revisions

Content deleted Content added
Tag: Reverted
Line 2,376:
; Example in Scheme
(use-modules (srfi srfi-13))
([https://www.scaler.com/topics/how-to-reverse-a-string-in-python/ string-reverse] "hello") ; returns "olleh"
</syntaxhighlight>
<!-- endsection -->