Skip to content

Commit 4892e9b

Browse files
committed
DOC: Document that str.match accepts a regular expression
Similar to str.fullmatch and other methods
1 parent 13bba34 commit 4892e9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/strings/accessor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1374,7 +1374,7 @@ def match(self, pat: str, case: bool = True, flags: int = 0, na=lib.no_default):
13741374
Parameters
13751375
----------
13761376
pat : str
1377-
Character sequence.
1377+
Character sequence or regular expression.
13781378
case : bool, default True
13791379
If True, case sensitive.
13801380
flags : int, default 0 (no flags)

0 commit comments

Comments
 (0)