https://github.com/bdeshi/xypcre
PCRE functions for XYplorer scripts
https://github.com/bdeshi/xypcre
au3 autoit pcre regexp xyplorer xyscript
Last synced: 4 months ago
JSON representation
PCRE functions for XYplorer scripts
- Host: GitHub
- URL: https://github.com/bdeshi/xypcre
- Owner: bdeshi
- License: other
- Created: 2017-09-30T07:08:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-11T05:56:17.000Z (about 7 years ago)
- Last Synced: 2025-05-21T07:47:45.806Z (about 1 year ago)
- Topics: au3, autoit, pcre, regexp, xyplorer, xyscript
- Language: AutoIt
- Size: 33.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# **`xypcre`**
**xypcre** is a collection of user-defined functions that provides **PCRE** support to [**XYplorer**][:xy] scripts.
[PCRE][: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][:au3]).
:warning: _Please read [reference & usage][:ref] 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][:xyfc] | [Git Repository][:git]
[:ref]: ./XYPCRE.md
[:xy]: https://www.xyplorer.com
[:pcre]: https://en.wikipedia.org/wiki/Perl_Compatible_Regular_Expressions
[:au3]: https://www.autoitscript.com/site/
[:xyfc]: https://www.xyplorer.com/xyfc/viewtopic.php?f=7&t=14569
[:git]: https://github.com/smsrkr/xypcre