Multiple replacement of strings

Top  Previous  Next

User interface > Main menu > Menu: Help > Wizards > New project wizard > Multiple replacement of strings

 

The multiple replacement of strings is quite similar to the multiple replacement of words. The difference is, that parts of words or other text sections also can be replaced in a project for multiple replacement of strings. But the number of possible substitutions is limited here. (A number below hundred should not make any problems.)

 

Example of a created production:

 

(

   "Ha"     {{ out << xState.str(-1) << "He";}}

| "elt"    {{ out << xState.str(-1) << "orld";}}

| SKIP     {{ out << xState.copy(); }}

)*

 

The word bound option is dactivated here.



This page belongs to the TextTransformer Documentation

Home  Content  German