Difference between revisions of "LMD VCL - RegEx"

From LMD
Jump to: navigation, search
(Introduction)
(Introduction)
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 Tools 8 has new fully native (pure pascal, no additional .dll or .obj files) LMDRegExpr, 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 "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.

Revision as of 21:16, 30 July 2007

<< Back to Getting started or Product Resources page

[edit]

Introduction

LMD Tools 8 has new fully native (pure pascal, no additional .dll or .obj files) LMDRegExpr, 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.