• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

Asset - Extension [Free] RegexGM - C# Regex Engine In Gamemaker

M

Mystborn

Guest
Hello everyone!

This extension ports the fully featured and extremely fast c# regular expression functionality to gamemaker!

A regular expression allows you to define a single pattern that can match a large set of words/phrases. For a more in depth explanation, check out the wikipedia page on the subject.

Marketplace

Features:
  • Fully Documented
  • Match Strings
  • Split Strings
  • Replace String
  • Supports JSON Return Values
  • Supports Groups and Captures
  • Currently Supported: Here and Discord
  • Free!
  • Open Source: Github
In order to use the library, go ahead and import the RegexGM.extension.gmx file. If you'd like some tutorials/examples, go ahead an import everything.

If you have any questions, feature requests, or other feedback, please feel free to post it!
 
Last edited by a moderator:
Top