Hi all,
I don't know whether my question belong here but any ways
why every browser has a built-in regex engine?

Why they have to find patterns in a http page?

Why they have to find patterns in a http page?

Well one reason is because all browsers need to be able to preg_match_all the html tags. The second reason is because javascript provides some regex functions which the browser needs to be able to process.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.