Hello,
I would like to replace the strings that only consists of number for example :11
Although I have string that are for example 11 xxx which should not be replaced.
In short, if the digit is followed by any word character Stringreplacer shouldn't select it but if the number is there buy itself then select it.