Project

General

Profile

Actions

PCRE : Perl Compatible Regular Expression

This library is in development yet. It's a beta version, so, be carefull !
It is under license GNU / LGPL 2.1

Syntax and semantics of the regular expressions supported by this library :
http://library.gnome.org/devel/glib/unstable/glib-regex-syntax.html
Warning : all may not be implemented yet !

Installation

  1. Stop any Scol instance.
  2. Donwload the binary from the repository : pcre.dll (MS Window), "prce.so":url (GNU / Linux)
  3. Copy the dll file (MS Window) or so file (GNU / Linux) to your scol plugins subfolder.
  4. In the Scol root directory, edit the usm.ini file and add this line :
    plugin plugins/pcre.dll SCOLloadPCRE SCOLfreePCRE
  5. Launch Scol

Uninstallion

  1. Stop any Scol instance.
  2. Remove the dll file (MS Window) or so file (GNU / Linux) to your scol plugins subfolder.
  3. In the Scol root directory, edit the usm.ini file and remove (or comment with #) this line :
    plugin plugins/pcre.dll SCOLloadPCRE SCOLfreePCRE
  4. Launch Scol

If the library is not loaded ...

  • GLib 2 must be installed in your system.
    • On MS Windows :
      If not, you can download it from http://www.gtk.org/download-windows.html :
      - - GTK+ individual packages
      - - - GLib
      - - - - Run-time
      Only libglib-2.0-0.dll (or +) is needed to pcre library.
      Copy it to your windows/system32 subfolder (recommended) or to your Scol root folder.
    • On GNU/ Linux :
      Upgrade your system to get the version 2.0
  • Verify the line in the usm.ini file
    The syntax must be exact and there is not \tab, only \space.

If you are a developer, you could be interested by the API ...

Updated by iri about 13 years ago ยท 4 revisions