Other user's assetsAll the assets in this file belong to the author, or are from free-to-use modder's resources
Upload permissionYou can upload this file to other sites but you must credit me as the creator of the file
Modification permissionYou are allowed to modify my files and release bug fixes or improve on the features so long as you credit me as the original creator
Conversion permissionYou can convert this file to work with other games as long as you credit me as the creator of the file
Asset use permissionYou are allowed to use the assets in this file without permission as long as you credit me
Asset use permission in mods/files that are being soldYou are allowed to use the assets in this file in mods/files that are being sold, for money, on Steam Workshop or other platforms
Asset use permission in mods/files that earn donation pointsYou are allowed to earn Donation Points for your mods if they use my assets
Qudix - for being very helpful again. jpcre2 - for a pcre2 wrapper.
Donation Points system
Please log in to find out whether this mod is receiving Donation Points
Changelogs
Version 1.2
Changed how logs directory is located to ensure 1.6.1130 compatibility.
Version 1.1
Added minor check for group in MatchResult function.
This SKSE plugin introduces some RegEx-related functions.
~~~
:: general String GetVersion() > Returns "1-2-0-0" string.
:: match Bool IsMatching(...) > Returns if input string contains matches. Int MatchCount(...) > Returns how many matches contains input string. Int[] MatchInfo(...) > Returns array of integers. Size of array is matches count, each element is groups count within match. String[] MatchData(...) > Returns array of all groups in all matches. String MatchResult(...) > Returns Nth group of Nth match if you pass MatchInfo and MatchData results to it.
:: replace String ReplaceWith(...) > Common regular expressions replace function.
~~~
More info is in docs readme. Read it. This is unavoidable.