Skip to content

Commit d438da8

Browse files
Update documentation for StringMethods to clarify usage of re.fullmatch
1 parent d21886c commit d438da8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pandas/core/strings/accessor.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1460,10 +1460,7 @@ def fullmatch(self, pat, case: bool = True, flags: int = 0, na=lib.no_default):
14601460
14611461
See Also
14621462
--------
1463-
match : Similar, but also returns `True`
1464-
when only a *prefix* of the string
1465-
matches the regular expression.
1466-
extract : Extract matched groups.
1463+
re.fullmatch : Match the entire string using a regular expression.
14671464
14681465
Notes
14691466
-----

0 commit comments

Comments
 (0)