Simon Willison 9/11/2026

Soft-deprecating re.match()

Read Original

Python 3.15 introduces a soft deprecation of the re.match() function, marking it as no longer recommended for new code. The release manager explains that re.prefixmatch() is a clearer alternative, as it anchors at the start but not the end of a string. Developers are advised to use re.search() or re.fullmatch() instead, depending on their matching needs.

Soft-deprecating re.match()

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week

No top articles yet