External Data Py What Regular Expressions
Query
No standalone KQL detected in this source
View source on GitHubAbout this query
let pywhatregex = externaldata(Name:string, Regex:string, plural_name: string, Description: string, Rarity:string, URL: string, Tags: dynamic) [@"https://raw.githubusercontent.com/bee-san/pyWhat/main/pywhat/Data/regex.json"] with (format="multijson"); pywhatregex
Explanation
The query retrieves data from an external source called "regex.json" and assigns it to a variable called "pywhatregex". The data includes information about regular expressions, such as their names, patterns, descriptions, rarity, URL, and tags. The query then returns the contents of the "pywhatregex" variable.