<athe literal text <a (case sensitive) \s+any whitespace character, repeated at least once
.*?any character (except for line terminators), repeated any number of times
href="https:the literal text href="https: (case sensitive) \/the literal / (4710 / 578 / 2F16)
\/the literal / (4710 / 578 / 2F16)
devcentralthe literal text devcentral (case sensitive) .any character (except for line terminators)
amazonthe literal text amazon (case sensitive) .any character (except for line terminators)
comthe literal text com (case sensitive) \/the literal / (4710 / 578 / 2F16)
acthe literal text ac (case sensitive) \/the literal / (4710 / 578 / 2F16)
brazilthe literal text brazil (case sensitive) \/the literal / (4710 / 578 / 2F16)
directorythe literal text directory (case sensitive) \/the literal / (4710 / 578 / 2F16)
packagethe literal text package (case sensitive) \/the literal / (4710 / 578 / 2F16)
majorVersionSummarythe literal text majorVersionSummary (case sensitive) \/the literal / (4710 / 578 / 2F16)
AWSBrewPricingPlcConsolethe literal text AWSBrewPricingPlcConsole (case sensitive) \?the literal ? (6310 / 778 / 3F16)
majorVersion=the literal text majorVersion= (case sensitive) \d+a digit, repeated at least once
\.the literal . (4610 / 568 / 2E16)
\d+a digit, repeated at least once
g modifier: global. Finds all matches instead of stopping after the first
m modifier: multiline. Causes ^ and $ to match the start and end of each line, not only the start and end of the string