Author Topic: REGEX Parser (Support Module)  (Read 1374 times)

Regex Parser
A simple support module that allows you to parse Regex in Blockland. An example on how to use it is provided in the script itself (at the bottom). The functions & methods are pretty self-explanatory.

This parser currently does not support:
 - Lookarounds
 - Quantifiers
 - Flags (the parser is non-greedy)
Screenshot

Download

Support_Regex.cs(dropbox.com)

What even is regex also interpreted interpreted language ftw I guess?

That's really interesting.