Hi,
I need to build a mode where I can retrieve an ordered list of objects
sharing the same prefix and contains a certain delimiter.

For example:  Get all the object names that start with 'root' and
contain '/' in it,
given the names:
r...@abc/ddd
r...@bbb/c
r...@pppp

should return the first two names (r...@abc/ddd  r...@bbb/c)

I can build the model such that the a lot object name is a key or a column name.
Can we  retrieve a key or a column name using such filter or other
regular expression-like filters?
Thanks and I will appreciate  you help,
Miriam

Reply via email to