06-17-2012, 09:22 AM
I know that there is a way to insert a special symbol or a character in a dictionary word using the insert rules such as:
and so on.
However, is there a way to insert more than one digit or a special symbol?
For instance, i1200, will this insert the number 200 after position 1 in the string?
But it appears, I cannot do this using the rule mentioned above. What is a valid syntax for such a rule?
Code:
i01
i12
i5#
However, is there a way to insert more than one digit or a special symbol?
For instance, i1200, will this insert the number 200 after position 1 in the string?
Code:
word -> Velvet
after rule-> V200elvet
But it appears, I cannot do this using the rule mentioned above. What is a valid syntax for such a rule?