[
https://issues.apache.org/jira/browse/TINKERPOP-1639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15882931#comment-15882931
]
ASF GitHub Bot commented on TINKERPOP-1639:
-------------------------------------------
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.
> Support simple String operations
> --------------------------------
>
> Key: TINKERPOP-1639
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1639
> Project: TinkerPop
> Issue Type: Improvement
> Components: process
> Affects Versions: 3.2.4
> Reporter: Daniel Kuppitz
> Assignee: Daniel Kuppitz
> Fix For: 3.3.0, 3.2.5
>
>
> Addd support for simple String operations, e.g. {{length()}} and
> {{substring()}}. The latter will also allow us to write {{startsWith()}} and
> {{endsWith()}} filters.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)