Difference between revisions of "LMD VCL - RegEx"

From LMD
Jump to: navigation, search
(Introduction)
 
(2 intermediate revisions by 2 users not shown)
Line 2: Line 2:
  
 
== Introduction ==
 
== Introduction ==
LMD Tools 8 has new fully native (oure pascal, no additional .dll or .obj files) LMDRegExpr, with PCRE compatible syntax
+
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 ==
 
== Tutorial ==
Please check "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.
+
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.