1
0
mirror of https://github.com/MontFerret/ferret.git synced 2024-12-16 11:37:36 +02:00

#509 fixedOCOD typo

This commit is contained in:
Tim Voronov 2020-07-26 13:27:22 -04:00
parent d0a67dd9a0
commit 81f71a823b

View File

@ -94,7 +94,7 @@ func RegexSplit(_ context.Context, args ...core.Value) (core.Value, error) {
}
// RegexTest test whether the regexp has at least one match in the given text.
// @param text (String) - The string to split.
// @param text (String) - The string to test.
// @param regex (String) - A regular expression to use for splitting the text.
// @param caseInsensitive (Boolean) - If set to true, the matching will be case-insensitive. The default is false.
// @return (Boolean) - Returns true if the pattern is contained in text, and false otherwise.