Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logic node for regular expression #2953

Merged
merged 2 commits into from Oct 19, 2023
Merged

Logic node for regular expression #2953

merged 2 commits into from Oct 19, 2023

Conversation

t3du
Copy link
Contributor

@t3du t3du commented Oct 17, 2023

This node allows regular expression: match (if true it also returns matched patterns), split and replace. By using regular expressions instead of strings it brings a flexible way of dealing with cases when these kind of operations require some level of flexibility.

I added some usage documentation in the logic node description.

image
image
image

@luboslenco luboslenco merged commit a9ecf2e into armory3d:main Oct 19, 2023
@MoritzBrueckner MoritzBrueckner added the Release Notes: Changes A pull request that is a feature change, not a fix. Used to generate release notes. label Oct 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Release Notes: Changes A pull request that is a feature change, not a fix. Used to generate release notes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants