Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-04-25 14:11
Flavor·Python

r"""
<h3 class="api-name" id="([a-zA-Z_0-9]+)".+?(?:Protection level: ([a-zA-Z_0-9]+)|Constant Value:)
"""
gs
Open regex in editor

Description

Find all Android permissions with their severity in HTML source code of google documentation.

Submitted by Alticore (Antoine ADAM: https://github.com/Antoine-ADAM)