1
0
Fork 0
godot/core/string
Thaddeus Crews 8d1c1c5867
Merge pull request #92476 from AThousandShips/string_remove_char
Add `String::remove_char(s)` methods for performance and convenience
2025-03-10 10:01:04 -05:00
..
SCsub
char_range.inc Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
char_utils.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
fuzzy_search.cpp
fuzzy_search.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
locales.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
node_path.cpp Fix `NodePath::slice()` incorrect behavior for subname indexing 2024-12-30 21:22:26 +01:00
node_path.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
optimized_translation.cpp
optimized_translation.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
print_string.cpp Clean up some uses of `String::substr` 2025-03-07 14:50:38 +01:00
print_string.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
string_buffer.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
string_builder.cpp Optimize `StringBuilder.as_string` by constructing the string in-place and skipping unnecessary checks. 2024-12-12 01:35:02 +01:00
string_builder.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
string_name.cpp Lock the `StringName::mutex` after hashing the string, to spend less time hoarding it unnecessarily. 2025-01-15 21:20:48 +01:00
string_name.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
translation.cpp
translation.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
translation_domain.cpp Use `std::size` instead of `sizeof(a) / sizeof(a[0])` pattern throughout the codebase. 2025-02-07 14:57:48 +01:00
translation_domain.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
translation_po.cpp
translation_po.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
translation_server.compat.inc
translation_server.cpp Use `get_slicec` instead of `get_slice` for single character splitters 2025-03-08 20:36:37 +01:00
translation_server.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
ucaps.h Style: Replace header guards with `#pragma once` 2025-03-07 17:33:47 -06:00
ustring.cpp Merge pull request #92476 from AThousandShips/string_remove_char 2025-03-10 10:01:04 -05:00
ustring.h Merge pull request #92476 from AThousandShips/string_remove_char 2025-03-10 10:01:04 -05:00