[
https://issues.apache.org/jira/browse/MESOS-5692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15347712#comment-15347712
]
Klaus Ma commented on MESOS-5692:
---------------------------------
No special case in Mesos for now, one potential case is:
{code}
foreach (char c, str) {
if (strings::startsWith(temp, c)) {
...
}
}
{code}
> Add helper function "begin_with/end_with" to strings
> ----------------------------------------------------
>
> Key: MESOS-5692
> URL: https://issues.apache.org/jira/browse/MESOS-5692
> Project: Mesos
> Issue Type: Bug
> Components: stout
> Reporter: Klaus Ma
> Priority: Minor
> Labels: newbiee
>
> Add helper function to check whether a string is start/end with special char.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)