Purpose
Remove leading characters

Solution

GuiXT
// sample value
Set V[city] "@@@@@München@@@"
	
// without leading @ 
Set V[city2] "&V[city]" regex="[^\@].*" 
	
// test message
Message "&V[city]\n&V[city2]"



Components
InputAssistant