Regular Expressions 101

Community Patterns

Registry key path

1

Regular Expression
Python

r"
(?<=\\)[^\\]+(?=]$)
"

Description

Get the Last entry for the registry key.

Submitted by Rhino - 8 years ago