Search for regex "(.*) #Tableau Course #(\d\d\d)"I can use regex (regular expression) to clean up (clear option) the end of the file that is like - #Tableau Course #, using the regex command " #Tableau Course #\d\d\d", but I don't know how to put this final number at the beginning of the file name, in the example above it would be 125:
Replace with "$2 $1"
Statistics: Posted by white — 2024-04-21, 22:50 UTC