Update string_search_functions.md

This commit is contained in:
alexey-milovidov 2019-02-11 15:49:33 +03:00 committed by GitHub
parent 81a184c47f
commit ba78424705
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
# Functions for Searching Strings
The search is case-sensitive in all these functions.
The search is case-sensitive by default in all these functions. There are separate variants for case insensitive search.
The search substring or regular expression must be a constant in all these functions.
## position(haystack, needle), locate(haystack, needle)