Table of Contents

What's XRegex ?

Requirements

How to Display Help

Install

History

License
Donation

Kurita Tetsuro
scriptfactory@mac.com

Script factory

Read Me First

What's XRegex ?

XRegex is an AppleScript library to provide pattern matthing with regular expressions.

You can obtain matched texts and replace these.

NSRegularExpression is used in the interanl.

Requirements

System

  • OS X 10.9 or later
    • Developed and tested on macOS 10.14.6

Depending Libraries

Required to install with XRegex .

How to Display Help

The manual consisted of the reference generated by AppleScriptDoc and sample code is stored in the bundle of "XRegex.scptd". After installation of OpenHelpBook.scptd, run "XRegex" from Script menu.

The detail manual of "XRegex" should be displayed in Help Viewer.

Install

Copy XRegex.scptd into either following locations.

Your Home/Library/Script Libraries/

or

/Library/Script Libraries/

History

  • 1.0.1 -- 2021-04-09
    • Added “split”
  • 1.0 -- 2020-06-26
    • First Release