Posts marked with “regular expressions”

Pro Parsing Techniques With PHP, Part Three Using Regular Expressions

by · August 28, 2018

2
 

Regular expressions, or sometimes simply called regex, represent a powerful set of tools which allow developers to split strings, perform character substitutions, and extract text based on matched patterns. The patterns, used in regular expressions, are an actual language that describe combinations of type castings and values that match the text you want to split, substitute, or extract. Regular expressions are an enormously powerful tool for the developer who understands them.

 

Pro Parsing Techniques With PHP, Part Three: Using Regular Expressions

by · August 3, 2018

0
 

This article is dedicated to regular expressions. Regular expressions, or sometimes simply called regex, represent a powerful set of tools which allow developers to split strings, perform character substitutions, and extract text based on matched patterns. The patterns, used in regular expressions, are an actual language that describe combinations of type castings and values that […]