You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/04/10 10:42:21 UTC

[camel] branch master updated: Including 'starts with' and 'ends with' simple operators in Documentation

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new d9390a0  Including 'starts with' and 'ends with' simple operators in Documentation
     new b3ac8c8  Merge pull request #3728 from claudiohigashi/patch-2
d9390a0 is described below

commit d9390a0f9a32ab1b4e4c8ea02d1a97a719dfe483
Author: Claudio Higashi <cl...@gmail.com>
AuthorDate: Fri Apr 10 12:37:20 2020 +0200

    Including 'starts with' and 'ends with' simple operators in Documentation
    
    Camel version 3 supports "startsWith", "starts with", "endsWith", and "ends with" simple operators.
    
    This PR includes "starts with" and "ends with" operators in the documentation and it refers to the following comment:
    
    https://github.com/apache/camel/pull/3727#issuecomment-611971468
---
 .../src/main/docs/modules/languages/pages/simple-language.adoc        | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/core/camel-core-languages/src/main/docs/modules/languages/pages/simple-language.adoc b/core/camel-core-languages/src/main/docs/modules/languages/pages/simple-language.adoc
index 42456b7..db6c480 100644
--- a/core/camel-core-languages/src/main/docs/modules/languages/pages/simple-language.adoc
+++ b/core/camel-core-languages/src/main/docs/modules/languages/pages/simple-language.adoc
@@ -441,8 +441,12 @@ defined as numbers: `from..to`. .
 |startsWith |For testing if the left hand side string starts
 with the right hand string.
 
+|starts with |Same as the startsWith operator.
+
 |endsWith |For testing if the left hand side string ends with
 the right hand string.
+
+|ends with |Same as the endsWith operator.
 |===
 
 And the following unary operators can be used: