!7 sS text = [[ i started 5 years ago current year is 2019 2019-5 = 2014 i started in 2014 ]]; p { S text = replaceNumbersWithABCDollarVars(main.text); new Matches m; for (S s : tlft(text)) if (jmatch("*-* = *", s, m)) { print(s); } }