Regular expressions explained

25

Author: JT Smith

Zez.org’s Jan Borsodie writes: “A regular expression is a text pattern consisting of a combination of alphanumeric characters and special characters known as metacharacters. A close relative is in fact the wildcard expression which are often used in file management. The pattern is used to match against text strings.” Paul K Egell-Johnsen