evaler icon indicating copy to clipboard operation
evaler copied to clipboard

pass two or more variables to expression,it doesn't work

Open lx217197 opened this issue 6 years ago • 0 comments

for k := range symbolTable { s += k } symbols_rx = regexp.MustCompile(fmt.Sprintf("(%s)", s)) func Tokenis (expr string) []string { if symbols_rx != nil { spaced = symbols_rx.ReplaceAllString(spaced, " ${1} ")//it doesn't work } }

lx217197 avatar Nov 15 '19 00:11 lx217197