Search results for "module:String::Util"
String::Util - String processing utility functions
String::Util provides a collection of small, handy functions for processing strings in various ways....
BAKERSCOT/String-Util-1.34 - 01 Feb 2023 16:17:26 UTC
String::Util::Match - String utilities related to matching
PERLANCAR/String-Util-Match-0.003
-
03 Aug 2023 00:05:31 UTC
String::Util::Range - Find sequences in arrays & convert to range (e.g. "a","b","c","d","x",1,2,3,4,"x" -> "a..d","x","1..4","x")
PERLANCAR/String-Util-Range-0.001
-
25 Jan 2019 11:32:00 UTC
NetSDS::Util::String - string prcessing routines
"NetSDS::Util::String" module contains functions may be used to quickly solve string processing tasks like parsing, recoding, formatting. As in other NetSDS modules standard encoding is UTF-8....
RATTLER/NetSDS-Util-1.045 - 06 Nov 2014 19:23:08 UTC
Typist::Util::String - Utility methods for string manipulation
TIMA/Typist-0.02
-
03 Nov 2006 04:30:50 UTC
Util::Medley::String - utility methods for working with strings
......
GRAVATTJ/Util-Medley-0.061 - 17 Dec 2021 01:56:23 UTC
Util::Medley::Simple::String - an exporter module for Util::Medley::String
GRAVATTJ/Util-Medley-0.061
-
17 Dec 2021 01:56:23 UTC
SQL::String - An object representation of a chunk of SQL
SQL::String is a simple object class that lets you create "chunks" of SQL that intrinsicly have their parameters attached to them. Quite a few standard SQL queries won't need this, you create your main select statement once, and then provide the para...
ADAMK/SQL-String-0.02 - 03 Jun 2008 06:12:13 UTC
String::Trim - trim whitespace from your strings
"String::Trim" trims whitespace off your strings. chomp trims only $/ (typically, that's newline), but "trim" will trim all leading and trailing whitespace....
DOHERTY/String-Trim-0.005 - 21 Apr 2011 18:24:34 UTC
String::Stomp - Removes empty leading and trailing lines
String::Stomp provides "stomp", a simple function that removes all leading and trailing lines that only consist of white space or line breaks. FUNCTIONS stomp $string # ' hello' my $string = stomp q{ hello }; MORE EXAMPLES Usage with qs Syntax::Featu...
CSSON/String-Stomp-0.0103 - 31 Dec 2017 20:41:23 UTC
Data::Domain - Data description and validation
A data domain is a description of a set of values, either scalar or structured (arrays or hashes). The description can include many constraints, like minimal or maximal values, regular expressions, required fields, forbidden fields, and also contextu...
DAMI/Data-Domain-1.12 - 16 May 2023 19:59:24 UTC
String::Numeric - Determine whether a string represents a numeric value
A numeric value contains an integer part that may be prefixed with an optional minus sign, which may be followed by a fractional part and/or an exponent part. See "String::Numeric ABNF" for specification and "COMPARISON" for a comparison with "Scalar...
CHANSEN/String-Numeric-0.9 - 20 Nov 2009 10:38:24 UTC
Hydrogen::String - a standard library for strings
TOBYINK/Hydrogen-0.020000
-
04 Mar 2023 17:33:20 UTC
String::Trim::More - Various string trimming utilities
This is an alternative to String::Trim (and similar modules, see "SEE ALSO"). Instead of a single "trim" function, this module provides several from which you can choose on, depending on your needs....
PERLANCAR/String-Trim-More-0.03 - 28 Jan 2017 03:42:17 UTC
Regexp::From::String - Convert '/.../' or 'qr(...)' into Regexp object
PERLANCAR/Regexp-From-String-0.007
-
09 Nov 2022 01:22:39 UTC
String::Trim::NonRegex - String trimming functions that do not use regex
For testing/benchmarking purpose only. In general, regex is faster in this case (see benchmark in "SEE ALSO")....
PERLANCAR/String-Trim-NonRegex-0.002 - 23 Jun 2021 05:18:39 UTC