Difference between revisions of "LSModule:Regex"

From Lavish Software Wiki
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
Line 8: Line 8:
 
== Downloads ==
 
== Downloads ==
 
=== Ready to Install ===
 
=== Ready to Install ===
* [http://www.lavishsoft.com/downloads/modules/Regex-20051025.zip Regex-20051025.zip]
+
* [http://www.lavishsoft.com/downloads/modules/Regex-20051025a.zip Regex-20051025a.zip]
: Compiled with LSModule v12
+
: Compiled with LSModule v13
 +
* [http://www.lavishsoft.com/downloads/modules/Regex-20051206.zip Regex-20051206.zip]
 +
: Compiled with LSModule v14
 +
* [http://www.lavishsoft.com/downloads/modules/Regex-20051206.zip Regex-20060926.zip]
 +
: Compiled with LSModule v16
  
 
=== Source Code ===
 
=== Source Code ===
Line 15: Line 19:
  
 
== See Also ==
 
== See Also ==
* [[LavishScript#LavishScript_Modules|LavishScript Modules]]
+
* [[LavishScript:Modules|LavishScript Modules]]
 
* [[LavishScript]]
 
* [[LavishScript]]
 
* [http://research.microsoft.com/projects/greta/ GRETA]
 
* [http://research.microsoft.com/projects/greta/ GRETA]

Latest revision as of 18:30, 26 September 2006

Overview

This module provides support for regular expressions via the Microsoft GRETA engine, version 2.6.4. Information on GRETA can be found at Microsoft Research.

Data Types

Stores regex patterns for use in regex substitution, match or split

Downloads

Ready to Install

Compiled with LSModule v13
Compiled with LSModule v14
Compiled with LSModule v16

Source Code

See Also