Alphanumeric ranges regexp in kibana

I am using the elastic page on regexp: https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-regexp-query.html

I am trying to find all the occurrences of t=#####. According to the page this should work t=<0-10000>, but it's not.

thanks

DWAI - I think I figured it out:

"t="&"[1 TO 10000]"

that did not work out. starting over

If you're trying to use the Lucene query syntax, you'll want to look at these docs https://www.elastic.co/guide/en/elasticsearch/reference/5.0/query-dsl-query-string-query.html#_regular_expressions