Difference between revisions of "LSModule:Regex"

From Lavish Software Wiki
Jump to navigation Jump to search
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 v13
 
: Compiled with LSModule v13
  
Line 15: Line 15:
  
 
== 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]

Revision as of 17:33, 25 October 2005

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

Source Code

See Also