Categories
Tags → Regular Expression Php

PHP regular expressions examples

Various PHP regular expression examples to help your application validate, compare, compute or decide
DETAILS

PHP regular expressions examples

Various PHP regular expression examples to help your application validate, compare, compute or decid. The regular expression, as a pattern, can match all kinds of text strings helping your application validate, compare, compute, decide etc. It can do...
DETAILS

Using Regular Expressions with PHP

Regular expressions are a powerful tool for examining and modifying text. They enable you to search for patterns within a string, extracting matches flexibly and precisely. This tutorial gives a brief overview of basic regular expression syntax and t...
DETAILS

(Back) link checker

This function is usefull for peoples with a link directory where the links are stored inside a (MySQL) database. The PHP script is easy to use to find out if a reciprocal link still exists on the corresponding webpage. It takes care about the trailin...
DETAILS

PINP

PINP is a sandbox for PHP, allowing safe access to users. PINP is used in Ariadne, a Content Management System, as the template language. PINP is an extensible subset of PHP. You can use any expression and control structure of PHP and most of th...
DETAILS

FastTemplate

FastTemplate is an PHP extension for mamanging templates and performing variable interpolation. It parses with a single regular expression allowing for a fast execution. The API is robust and flexible, and allows you to build very complex HTML docume...
DETAILS
©2003-2019 jCay.com