String-Multibyte
view release on metacpan or search on metacpan
Multibyte.pm view on Meta::CPAN
This function emulates C<CORE::split>, but splits on the C<SEPARATOR> string,
not by a pattern.
If not in list context, only return the number of fields found,
but does not split into the C<@_> array.
If empty string is specified as C<SEPARATOR>, splits the specified string
into characters.
$bytes->strsplit('', 'This is perl.', 7);
# ('T', 'h', 'i', 's', ' ', 'i', 's perl.')
=back
=head2 Character Range
=over 4
=item C<$mbcs-E<gt>mkrange(CHARLIST, ALLOW_REVERSE)>
( run in 1.096 second using v1.01-cache-2.11-cpan-49f99fa48dc )