
and if user want bring back validate popup its deselecting automatically validate from properties of FileBot
Code: Select all
{n.colon(' ')}
Code: Select all
{n.colon(' ')} - {s00e00} - {t.colon(' ')}
Original answer applies.rednoah wrote:Strip those question marks in your format.
Code: Select all
{t.replace('?', '')}
Howdy, V_U_N:valid_user_name wrote:How I suppose to know this?: {n.colon(' ')} - {s00e00} - {t.colon(' ')}![]()
Anyway Thank you, but formula don't work in all situation:
Any suggestion to improve?
Code: Select all
.replaceAll(/[`´‘’“”""]/, "'").replaceAll(/[*^|]/, "-").replaceAll(/[;]/, ", ").replaceAll(/[?]/, "!").replaceAll(/ /, " ").replaceAll(/[:]/, "-").replaceAll(/[*\s]+/, " ")