For the example given below, you can specify PrefixFilter for the scan. Please see also for examples of filter involving regex: https://issues.apache.org/jira/browse/HBASE-9428
> On Dec 30, 2015, at 9:57 PM, Rajeshkumar J <[email protected]> > wrote: > > Hi, > > Currently i am using range scan for querying data in my hbase table. Is > there any option available to use regular expression in range scan. For ex > this is my range scan query > > scan 'tmp', {STARTROW => '539428', ENDROW => '539430'} > > Is there any option available so that we can use > > > scan 'tmp', {STARTROW => '5394.*', ENDROW => '539430'} > > Thanks
