Regular Expressions
Functions for using regular expressions to manipulate strings.
Authors and contributors to this community extension: Add00.
Adds function to use regular expressions with strings, such as
- Find the position of pattern in a string
- Find a pattern in a string
- Split a string by a pattern
- Check if a string matches a pattern
- Replace patterns in a string with another string
Tip
Learn how to install new extensions by following a step-by-step guide.
This page is an auto-generated reference page about the Regular Expressions extension, made by the community of GDevelop, the open-source, cross-platform game engine designed for everyone. Learn more about all GDevelop community-made extensions here.