incrementString
Given a string, append a - 1
on the end if no number is present
otherwise, increment the number
Parameters
Returns
string
Function defined in common/src/utils/increment-string.ts:6
Given a string, append a - 1
on the end if no number is present
otherwise, increment the number