OpusVL-Text-Util

 view release on metacpan or  search on metacpan

lib/OpusVL/Text/Util.pm  view on Meta::CPAN

package OpusVL::Text::Util;

use 5.014;
use strict;
use warnings;

our @ISA = qw/Exporter/;
our @EXPORT_OK = qw/truncate_text wrap_text string_to_id missing_array_items not_blank split_words line_split mask_text split_camel_case/;

use Array::Utils qw/intersect array_minus/;
use Scalar::Util qw/looks_like_number/;

# ABSTRACT: Simple text utilities

our $VERSION = '0.10';





( run in 1.877 second using v1.01-cache-2.11-cpan-71847e10f99 )