sepal_ui.scripts.utils.next_string#

sepal_ui.scripts.utils.next_string(string)[source]#

Create a string followed by an underscore and a consecutive number.

Parameters:

string (str) – the initial string

Returns:

the incremented string

Return type:

str