Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2021-11-06 13:26
Flavor·Python

r"
(Property\sname:(\w+))
"
gm
Open regex in editor

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