https://emily.shillest.net/ayaya/index.php?マニュアル/関数/RE_GETSTR
RE_GETSTR RE_GETSTR ()
RE_GETSTR
RE_GETSTR ()
RE_MATCH("x > 15.7", "x *> *([\d\.]+)") _array = RE_GETSTR
_arrayは("x > 15.7", "15.7")となります。