This website requires JavaScript.
Explore
Help
Sign In
northern-lighthouse
/
godot
Watch
1
Star
0
Fork
0
You've already forked godot
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
768bd0e97db9cb4d25d6435c7d64315f62d439dc
godot
/
core
/
string
History
Rémi Verschelde
a9a1d0a162
Merge pull request
#91619
from AThousandShips/find_improve
...
Replace `find` with `contains/has` where applicable
2024-05-08 14:35:44 +02:00
..
char_range.inc
Add is_valid_letter() to TextServer
2024-05-02 21:32:20 +02:00
char_utils.h
Merge pull request
#81639
from MJacred/is_letter
2024-05-03 01:21:34 +02:00
locales.h
…
node_path.cpp
…
node_path.h
…
optimized_translation.cpp
…
optimized_translation.h
…
print_string.cpp
…
print_string.h
…
SCsub
…
string_buffer.h
…
string_builder.cpp
…
string_builder.h
…
string_name.cpp
…
string_name.h
Remove _HashUnion from StringName
2024-02-14 15:38:57 -05:00
translation_po.cpp
…
translation_po.h
…
translation.compat.inc
Fix some DEFVALs to use the right type
2024-02-23 01:50:18 +01:00
translation.cpp
Rename internal is_ascii_char to is_ascii_alphabet_char
2024-04-20 02:36:41 -07:00
translation.h
Add context support for editor property name i18n
2024-03-31 18:40:14 +08:00
ucaps.h
…
ustring.cpp
Replace
find
with
contains/has
where applicable
2024-05-08 12:37:42 +02:00
ustring.h
[Core] Add case-insensitive
String::containsn
2024-05-08 12:48:01 +02:00