Regular Expressions 101

Community Patterns

1...34567...576

Get property name of ADB string

0

Regular Expression
Python

r"
(Property\sname:(\w+))
"
gm

Description

Match the property name of an ADB string that is retrieved with adb shell dumpsys activity service com.android.car car-getpropertyconfig

Submitted by anonymous - 2 years ago