LMD VCL - RegEx: Difference between revisions

From LMD
Jump to navigation Jump to search
No edit summary
 
No edit summary
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Head-StartRes}}
{{Head-StartRes}}
== Introduction ==
LMD 2007 (and later) Shared Runtume includes a fully native (pure pascal, no additional .dll or .obj files) regular expression engine with PCRE compatible syntax.
== Tutorial ==
Please check [http://www.lmd.de/downloads/tutorials/syntaxedit/index.html?regular_expressions.htm Regular Expressions] topic in [http://www.lmd.de/downloads/tutorials/syntaxedit/index.html Syntax Scheme Language Reference] to get an introduction of TLMDRegExpr features and to learn supported semantics.

Latest revision as of 14:35, 5 October 2008

<< Back to Getting started or Product Resources page

[edit]

Introduction

LMD 2007 (and later) Shared Runtume includes a fully native (pure pascal, no additional .dll or .obj files) regular expression engine with PCRE compatible syntax.

Tutorial

Please check Regular Expressions topic in Syntax Scheme Language Reference to get an introduction of TLMDRegExpr features and to learn supported semantics.