GitXplorerGitXplorer
b

xypcre

public
1 stars
0 forks
1 issues

Commits

List of commits on branch master.
Unverified
4a267e7ce7f9015b3809af82c204627133e222d2

~bump version. fix d/l url.

bbdeshi committed 6 years ago
Unverified
6dc3e1c71fadb8361f5f5197d7a0ce9c6b28113b

~bump version

bbdeshi committed 6 years ago
Unverified
c9583ab7d4110477e45f6a32ba6991e0b68d7278

point binary d/l url to github release attachment

bbdeshi committed 6 years ago
Unverified
cfebe5ccad7b9a40817d7e6cb95388b2efdb6cb3

fix typo (missing end-parenthesis

bbdeshi committed 6 years ago
Unverified
a5b482977b1a338f7d47d66b325ea2583d904e8e

fixed bug with 0-length copydata args

bbdeshi committed 6 years ago
Unverified
7990ce8f25894b37cddda09e692f6bfd4e936e37

xypcrefind can find both au3 and exe. assert replaces nil value.

bbdeshi committed 6 years ago

README

The README file for this repository.

xypcre

xypcre is a collection of user-defined functions that provides PCRE support to XYplorer scripts.

PCRE is an advanced form of Regular Expressions that allows for many advanced regexp operations not supported by XYplorer's built-in regexp engine.

xypcre functions allow XYplorer to use an advanced Regular Expression engine instead of the limited VB implementation of regexmatches() and regereplace(). This is achieved by offloading regexp operations to a helper utility, xypcre.exe (currently written in AutoIt3).

⚠️ Please read reference & usage before using these functions in your scripts. _This may have some complicated or downright weird perks, but I hope this helps in some way. _ :)

XYplorer Beta Club thread | Git Repository