From b8443ef930f4369063acee3b6e375be0a41ffb1f Mon Sep 17 00:00:00 2001 From: Suho Date: Fri, 5 Jul 2019 22:22:25 +0530 Subject: [PATCH] Update LookingAtFunctionExtension.java --- .../extension/execution/regex/LookingAtFunctionExtension.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/component/src/main/java/io/siddhi/extension/execution/regex/LookingAtFunctionExtension.java b/component/src/main/java/io/siddhi/extension/execution/regex/LookingAtFunctionExtension.java index c4c312a..c62e945 100644 --- a/component/src/main/java/io/siddhi/extension/execution/regex/LookingAtFunctionExtension.java +++ b/component/src/main/java/io/siddhi/extension/execution/regex/LookingAtFunctionExtension.java @@ -57,7 +57,7 @@ @Extension( name = "lookingAt", namespace = "regex", - description = "Match the input.sequence from the beginning against the regex pattern, " + + description = "Matches the input.sequence from the beginning against the regex pattern, " + "and unlike `regex:matches() it does not require that the entire input.sequence be matched.`", parameters = { @Parameter(name = "regex",