Page 1 of 1

Validation i.e. Yup in Autohotkey?

Posted: 13 May 2024, 00:51
by greatwhitepine
Hey all, working on a db abstraction layer for AHK2 (which I'm planning on releasing -> SQLite only for now with Models & Collections + events, etc...) and I'm wondering if there is an existing ahk validation library or a way to incorporate a js library such as Yup.

Regular expressions are great but something like Yup would be much more user friendly. Suggestions?