1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-07 19:53:17 +00:00
Files
godot/modules
Raul Santos 509d4f5302 C#: Fix ExprMatch for case sensitive matching
We were accidentally stopping the recursion when matching in the case sensitive scenario.

Took the opportunity to also rename the private method to follow the Core method naming more closely so it's easier to compare the implementations in the future.

Also, the private method now uses `ReadOnlySpan<char>` to avoid allocating strings on each recursion.
2024-04-15 03:15:28 +02:00
..
2024-03-13 15:02:17 -04:00
2024-04-10 18:27:08 +01:00
2024-04-05 12:18:00 +02:00
2024-04-10 21:19:22 +02:00
2024-03-13 09:12:50 +02:00
2024-04-10 10:35:19 +10:00
2024-04-10 23:24:27 +02:00
2024-02-23 16:24:58 -06:00