1611 shaares
17 private links
17 private links
2 results
tagged
string
Online text tools is a collection of useful text processing utilities. All text tools are simple, free and easy to use. There are no ads, popups or other garbage. Just text utilities that work right in your browser. And all utilities work exactly the same way — load text, get result.
Use split with a regex that matches anything.
my @arr = split //, "abcd";