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:
parent
d0a67dd9a0
commit
81f71a823b
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user