Regex
Regex learning
November 6,2022
last update: 2024-11-19
?(?!.]).[^(]) - Select all content between the last ?
and the last )
in a line and excludes if ]
comes between
useful to remove the query string in a url
uses something called as Negative Lookahead to exclude