Purpose
Delete leading zeros from a string

Example

GuiXT
// sample value
Set V[account] "0000000741"

Solution

GuiXT
Set  V[account] "&V[account]" regex="[^0].*"        

Components
InputAssistant