diff --git a/README.md b/README.md index 0a5c451..20a7064 100644 --- a/README.md +++ b/README.md @@ -168,7 +168,7 @@ re.findall(, text) re.split(, text) # Use brackets in regex to keep the matches. ``` -#### Parameter flags=re.IGNORECASE can be used with all functions. +* **Parameter 'flags=re.IGNORECASE' can be used with all functions.** ### Format ```python