Regular Expressions 101

Community Patterns

Android Application Label Regex for AndroidManifest.xml file

0

Regular Expression
Python

r"
^(?:\s+)(?:android:label)(?:=\")(\S+)(?:\"\>)
"
gm

Description

no description available

Submitted by anonymous - 4 years ago