background preloader

Syntax

Facebook Twitter

iSeries Information Center. Regular Expressions Reference - Basic Syntax. The regular expressions reference on this website functions both as a reference to all available regex syntax and as a comparison of the features supported by the regular expression flavors discussed in the tutorial.

Regular Expressions Reference - Basic Syntax

The reference tables pack an incredible amount of information. To get the most out of them, follow this legend to learn how to read them. The tables have six columns for each regular expression feature. Regular expression. The regular expression(?

Regular expression

<=\.) {2,}(? =[A-Z]) matches at least two spaces occurring after period (.) and before an upper case letter as highlighted in the text above. Each character in a regular expression is either understood to be a metacharacter with its special meaning, or a regular character with its literal meaning. Together, they can be used to identify textual material of a given pattern, or process a number of instances of it that can vary from a precise equality to a very general similarity of the pattern. The pattern sequence itself is an expression that is a statement in a language designed specifically to represent prescribed targets in the most concise and flexible way to direct the automation of text processing of general text files, specific textual forms, or of random input strings.

SQL Syntax Reference. This SQL Syntax Reference page shows the syntax for each feature described in the SQL Tutorial.

SQL Syntax Reference

It provides a Quick Reference to SQL. For a further description of SQL functionality, please click the links at the far left on this page.