String to Character Array

Convert a string to an array of characters.

Code

General
s.chars

Parameters

The string to convert

Server

More Ruby Snippets