String Format Tool

 

This tool allows you to format a string to be output. You can select up to two input strings and format based on the following rules:

 

 

Examples:

 

Format = Start[]end

Output = Start123end

 

Format = [2-4][7]  

Output = BCDG

 

Format = *[2-4]**[7]?

Output = *BCD**G?

 

 

Note: The String Format Tool only accepts the three special characters mentioned above.