Giter VIP home page Giter VIP logo

string-checker's Introduction

String::Checker - An extensible string validation module (allowing commonly
used checks on strings to be called more concisely and consistently).

Copyright (c) 1999 WebJuice, L.L.C.  All rights reserved.  This program is
free software; you can redistribute it and/or modify it under the same terms
as Perl itself.

This is a very simple library for checking a string against a given
set of expectations.  It contains a number of pre-defined expectations
which can be used, and can also be extended to perform any arbitrary
match or modification on a string.

Why is this useful?  If you're only checking one string, it probably
isn't.  However, if you're checking a bunch of strings (say, for
example, CGI input parameters) against a set of expectations, this
comes in pretty handy.  As a matter of fact, the CGI::ArgChecker
module is a simple, CGI.pm aware wrapper for this library.

This module has only been tested under FreeBSD, Linux and Solaris, though
I can't think of any reason why it shouldn't work elsewhere.

Building

  # perl Makefile.PL
  # make

Installing

  # make install

string-checker's People

Contributors

dlowe avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.