Skip to content
Snippets Groups Projects
Commit 22d9e8c2 authored by Oliver Heidmann's avatar Oliver Heidmann Committed by Uwe Schulzweida
Browse files

removed old split_with_seperator_function

parent a8f7b337
No related branches found
No related tags found
2 merge requests!326convert_to_number not called string_to_number, fixed usage of .fail enabling...,!322Fixing and cleaning up handling of operator argument sourrounding the use of scientific notations
...@@ -38,7 +38,6 @@ const char *calendar_to_cstr(int calendar); ...@@ -38,7 +38,6 @@ const char *calendar_to_cstr(int calendar);
std::string get_scientific(double p_float_string); std::string get_scientific(double p_float_string);
std::vector<std::string> split_with_seperator(const std::string &sourceString, const char seperator);
bool string_is_float(const std::string &str); bool string_is_float(const std::string &str);
bool string_is_int(const std::string &str); bool string_is_int(const std::string &str);
void cstr_replace_char(char *str_in, char orig_char, char rep_char); void cstr_replace_char(char *str_in, char orig_char, char rep_char);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment