gdscript-verbal-expressions

GDScript regular expressions made easy.

MIT License

Downloads
2
Stars
20
Committers
2

Bot releases are visible (Hide)

gdscript-verbal-expressions - GDScript Verbal Expressions 1.0.0 Latest Release

Published by you-win over 2 years ago

GDScript Verbal Expressions 1.0.0

Based off of the Java implementation.

The source for the web demo is also included here. The web demo can be found on itch.io.

For most users, verbal-expressions.zip is the file they should download.

Installation

  1. Extract the folder from the zip file
  2. Place the verbal-expressions folder in your project's addons folder. Create the addons folder if it does not exist.
  3. Load the verbal_expressions.gd file and create a new instance of it (e.g. var ve = load("res://addons/verbal-expressions/verbal_expressions.gd").new())
  4. Start writing verbal expressions

See the tests directory for examples.