from a loop (the option leave “Rowid unmodified” is not possible, because I loop thru a list to check if rows contain specific words) the final result looks like “Row0_114#0” the final result should be “Row114”.
I tried the String Manipulation Node with RegEx (regexReplace($RowNr$,"/Row\d_","")), but no change. Second question, is this possible with one String Manipulation Node?