We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 83699dd + b8443ef commit b53ec5cCopy full SHA for b53ec5c
component/src/main/java/io/siddhi/extension/execution/regex/LookingAtFunctionExtension.java
@@ -57,7 +57,7 @@
57
@Extension(
58
name = "lookingAt",
59
namespace = "regex",
60
- description = "Match the input.sequence from the beginning against the regex pattern, " +
+ description = "Matches the input.sequence from the beginning against the regex pattern, " +
61
"and unlike `regex:matches() it does not require that the entire input.sequence be matched.`",
62
parameters = {
63
@Parameter(name = "regex",
0 commit comments