Skip to content

Commit dda72fe

Browse files
authored
Update RegEx description
Don't show in changelog
1 parent b380b35 commit dda72fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extensions/reviewed/RegEx.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"author": "Add00",
33
"category": "Advanced",
4-
"description": "Adds function to use regular expressions with strings, such as \n- Find the position of pattern in a string \n- Find a pattern in a string\n- Split a string by a pattern\n- Check if a string matches a pattern\n- Replace patterns in a string with another string",
4+
"description": "Conditions, actions and expressions to use regular expressions with strings, such as: \n- Find the position of pattern in a string \n- Find a pattern in a string\n- Split a string by a pattern\n- Check if a string matches a pattern\n- Replace patterns in a string with another string",
55
"extensionNamespace": "",
66
"gdevelopVersion": ">=5.5.222",
77
"fullName": "Regular Expressions",
@@ -443,4 +443,4 @@
443443
}
444444
],
445445
"eventsBasedBehaviors": []
446-
}
446+
}

0 commit comments

Comments
 (0)