Github user okram commented on the issue:

    https://github.com/apache/tinkerpop/pull/564
  
    Also, what other string operations do we need? I'm thinking reg-ex.
    
    So now we have a `filter()` steps for regex, but then what about pattern 
matching selection. Well, thats not range, but something new. Now you have all 
your string manipulation features spread out across numerous steps. Is this 
good? I don't know. Seems that all primitive operations should be grouped via 
predicate and operators else we will just be building a new data flow language 
(steps steps steps steps) for primitives and all the operations you want to do 
on them.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to