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
76a8fa6fed5aa7728fc7b2f05ea92acaadd054fc
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
…
translation_po.cpp
…
translation_po.h
…
translation.compat.inc
…
translation.cpp
Rename internal is_ascii_char to is_ascii_alphabet_char
2024-04-20 02:36:41 -07:00
translation.h
…
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