diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-06-18 16:14:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-18 16:14:14 +0200 |
commit | 92f20fd70e6957cd65ccb7837fdc28f9b1e4a315 (patch) | |
tree | 0e1bc221f9883213d7092fc3858788ee14deecf8 /core/string/ustring.h | |
parent | 98b5280d1fe6e6287c564d80a4ae7b61fc7bd4b0 (diff) | |
parent | b6af2a29eb1f96518c89a35a6a50a6309673d9f0 (diff) |
Merge pull request #49659 from LightningAA/string-valid-integer-to-int
Diffstat (limited to 'core/string/ustring.h')
-rw-r--r-- | core/string/ustring.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/string/ustring.h b/core/string/ustring.h index 82cd3e1667..ffb354d6e1 100644 --- a/core/string/ustring.h +++ b/core/string/ustring.h @@ -425,7 +425,7 @@ public: String validate_node_name() const; bool is_valid_identifier() const; - bool is_valid_integer() const; + bool is_valid_int() const; bool is_valid_float() const; bool is_valid_hex_number(bool p_with_prefix) const; bool is_valid_html_color() const; |