The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:string"

String::String - make values string River stage zero No dependents

HIO/String-String-0.01 - 03 Jul 2006 16:57:27 UTC

String::TT - use TT to interpolate lexical variables River stage one • 2 direct dependents • 3 total dependents

String::TT exports a "tt" function, which takes a TT (Template Toolkit) template as its argument. It uses the current lexical scope to resolve variable references. So if you say: my $foo = 42; my $bar = 24; tt '[% foo %] <-> [% bar %]'; the result wi...

BOBTFISH/String-TT-0.03 - 11 Jun 2010 10:44:40 UTC

JE::String - JavaScript string value River stage two • 6 direct dependents • 10 total dependents

This class implements JavaScript string values for JE. The difference in use between this and JE::Object::String is that that module implements string *objects,* while this module implements the *primitive* values. The stringification operator is ove...

SPROUT/JE-0.066 - 27 Oct 2014 00:19:07 UTC

String::JS - Utilities for Javascript string literal representation River stage two • 4 direct dependents • 39 total dependents

PERLANCAR/String-JS-0.03 - 11 Mar 2016 14:46:30 UTC

IO::String - Emulate file interface for in-core strings River stage three • 155 direct dependents • 712 total dependents

The "IO::String" module provides the "IO::File" interface for in-core strings. An "IO::String" object can be attached to a string, and makes it possible to use the normal file operations for reading or writing data, as well as for seeking to various ...

GAAS/IO-String-1.08 - 06 Dec 2005 07:52:54 UTC

String::BOM - simple utilities to check for a BOM and strip a BOM River stage one • 5 direct dependents • 7 total dependents

See if a string or file has a BOM. Remove the BOM from a string or file. You [c|sh]ould use PPI to do this is you are looking at a perl file Something like this modified PPI sysnopsis example should detect and remove a BOM: use PPI; my $Document = PP...

DMUEY/String-BOM-0.3 - 06 Aug 2010 00:30:03 UTC

String::Pad - String padding routines River stage three • 7 direct dependents • 298 total dependents

PERLANCAR/String-Pad-0.021 - 01 Aug 2021 02:51:57 UTC

String::MMM - Perl XS for comparing (matching) strings MasterMind style River stage zero No dependents

String comparison is a critical operation in MasterMind, and the fastest Perl implementation is not fast enough. This implementation can be up to an order of magnitude faster (depending on string size, of course)....

JMERELO/String-MMM-v0.0.3 - 05 May 2013 11:43:16 UTC

String::IRC - add color codes for mIRC compatible client River stage one • 4 direct dependents • 4 total dependents

String::IRC can be used to add color or decoration code to string....

HIROSE/String-IRC-0.05 - 27 Sep 2023 04:04:08 UTC

String::MFN - Normalize a string to produce a sane Unix filename River stage zero No dependents

String::MFN exports a single function, "mfn()", which modifies a string to resemble a sane Unix filename. In a nutshell, this means lowercasing everything and either getting rid of "funny" characters or replacing them with sane equivalents which allo...

MDXI/String-MFN-1.29 - 18 Jun 2007 13:47:06 UTC

Set::String - Strings as objects with lots of handy methods (including set comparisons) and support for method chaining. River stage zero No dependents

Set::String allows you to create strings as objects and use OO-style methods on them. Many convenient methods are provided here that appear in the FAQ's, the Perl Cookbook or posts from comp.lang.perl.misc. In addition, there are Set methods with cor...

DJBERG/Set-String-0.03 - 25 Apr 2002 14:02:42 UTC

SQL::String - An object representation of a chunk of SQL River stage zero No dependents

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::Mask - mask sensitive data River stage zero No dependents

Data masking or data obfuscation is the process of hiding original data with modified content (characters or other data). The main reason for applying masking to a string is to protect data that is classified as personally identifiable information, s...

LNATION/String-Mask-1.01 - 13 Nov 2023 01:58:06 UTC

HTML::String - mark strings as HTML to get auto-escaping River stage zero No dependents

Tired of trying to remember which strings in your program need HTML escaping? Working on something small enough to not need a templating engine - or code heavy enough to be better done with strings - but wanting to be careful about user supplied data...

MSTROUT/HTML-String-1.000006 - 15 Sep 2013 19:49:08 UTC

String::Diff - Simple diff to String River stage two • 9 direct dependents • 16 total dependents

String::Diff is the difference of a consecutive string is made. after general diff is done, the difference in the line is searchable. the mark of the addition and the deletion can be freely changed. the color is colored to the terminal with ANSI, usi...

YAPPO/String-Diff-0.07 - 23 Aug 2015 08:59:30 UTC

String::Gsub - regex on string object River stage zero No dependents

HIO/String-Gsub-0.04 - 05 Jul 2006 23:40:55 UTC

Math::String - Arbitrary sized integers having arbitrary charsets to calculate with key rooms River stage one • 3 direct dependents • 6 total dependents

This module lets you calculate with strings (specifically passwords, but not limited to) as if they were big integers. The strings can have arbitrary length and charsets. Please see Math::String::Charset for full documentation on possible character s...

PJACKLAM/Math-String-1.30 - 18 Jul 2021 15:40:39 UTC

String::Errf - a simple sprintf-like dialect River stage three • 5 direct dependents • 831 total dependents

String::Errf provides "errf", a simple string formatter that works something like "sprintf". It is implemented using String::Formatter and Sub::Exporter. Their documentation may be useful in understanding or extending String::Errf. The "errf" subrout...

RJBS/String-Errf-0.009 - 31 Dec 2022 21:45:01 UTC

I18N::String - Delay I18N translation until a variable is stringified River stage zero No dependents

Sometimes it is useful to store I18N'able strings in variables, but delay their translation until the point that they are actually used. I18N::String does this for you....

DRTECH/I18N-String-0.03 - 06 Aug 2012 13:23:57 UTC

String::Rexx - Perl implementation of Rexx string functions River stage zero No dependents

This module implements almost all string functions of regina2-rexx . Abbrev( 'long', 'short' [, len] ) Return 1 if string $short is a shortcut for string $long. And optionally, $len must not be greater than what the number of charecters matched with ...

IOANNIS/String-Rexx-0.08 - 28 Aug 2011 14:03:13 UTC
696 results (0.043 seconds)