sS regexpForFloatingPointWithoutSign() { // for sign prepend "[+-]?" ret [[\d+(.\d*)?([eE][+-]?\d+)?|.\d+([eE][+-]?\d+)?]]; }