Sysop: | Amessyroom |
---|---|
Location: | Fayetteville, NC |
Users: | 26 |
Nodes: | 6 (0 / 6) |
Uptime: | 59:50:11 |
Calls: | 633 |
Calls today: | 1 |
Files: | 1,188 |
D/L today: |
32 files (20,076K bytes) |
Messages: | 180,591 |
Is there a regexp to parse out all inputs from an html form?-a Ideally it
On 7/31/2025 6:11 PM, saito wrote:
Is there a regexp to parse out all inputs from an html form?-a Ideally it
Please ignore. I found something that I can work with.
Am 01.08.2025 um 01:00 schrieb saito:
On 7/31/2025 6:11 PM, saito wrote:
Is there a regexp to parse out all inputs from an html form?-a
Ideally it
Please ignore. I found something that I can work with.
tdom is your friend. Now also for JSON.
It also translates all the ü etc...
Harald Oehlmann <wortkarg3@yahoo.com> wrote:
tdom is your friend. Now also for JSON.
It also translates all the ü etc...
Yes, best to use a proper HTML/XML parser. While one can craft a regex
to "parse" one specific given HTML form, it is impossible to write a
regex that will parse any given HTML form.