PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Ore Richard Muyiwa   PHP RegEx   README.md   Download  
File: README.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: PHP RegEx
Search and match text using regular expressions.
Author: By
Last change: Update of README.md
Date: 7 months ago
Size: 414 bytes
 

Contents

Class file image Download

Regex

With RegEx, you can find ready-made full functioning regex solutions to many thing we usually struggle to "regex". It is a good replacement for php preg. It provides an interface to test a regex, perform match, replace, perform a deep replace, split a string, count words in a string, find ocuurences of a regex in anything(e.g. find a url in an email), perform a javascript-like regex.test() function.