Mare Synchronos Dalamud Plugin
Find a file
Nadya 92c6a77cf8
Regex adjustment for valid paths
This makes further adjustments to the Regex to allow for valid Windows and Linux paths.
- Valid Windows paths can necessarily contain spaces and hyphens as the game's installation path contains both. (eg. `\SquareEnix\FINAL FANTASY XIV - A Realm Reborn`) so a check for `\w` is insufficient
- Valid Linux paths can also be double-slashed (eg. `/path//to//file`)

In addition some pointless optimizations were made by making the groups non-capturing, lazy matching, and including an ending anchor. Because a valid path must necessarily include at least one valid character `*` was changed to `+`.
2022-07-16 19:20:40 -07:00
MareAPI@af8516d44a add git submodule for api and penumbra 2022-07-17 00:07:16 +02:00
MareSynchronos Regex adjustment for valid paths 2022-07-16 19:20:40 -07:00
Penumbra@cfc441b9b1 add git submodule for api and penumbra 2022-07-17 00:07:16 +02:00
.gitignore Initial commit 2022-06-09 17:13:48 +02:00
.gitmodules add git submodule for api and penumbra 2022-07-17 00:07:16 +02:00
LICENSE Initial commit 2022-06-09 17:13:48 +02:00
MareSynchronos.sln add git submodule for api and penumbra 2022-07-17 00:07:16 +02:00
README.md Update README.md 2022-07-13 22:23:20 +02:00

Mare Synchronos Dalamud Plugin

Available at This dalamud Repo

Mare Synchronos Discord

Readme TBD