Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
For example, when you run this code on "x@gmail.com", it only gets "x".
What should I do to get the text after the "@" sign, that is, "gmail.com"?
"parce csv" - action
Using Substring
@radb0310
This only captures the "x" before the "@" sign.
@clepro, use the "Parse CSV string" action
You can also use the "Get substring between" action, and many other actions...
@GhostZ
thanks. It worked as you said.
@mat70ki unfortunately only via http
@Moastafi74 said in load and show page using http client ?:
@Fox why doesn't load full page?
Open the console in the browser on the network tab and go to the page. You will see that multiple requests are used to load the page, not just one.
@GhostZ thanks i solved this error . Its show me this error because my mysql server.
@UserTrue
Hi,
Thanks for your reply, I have resolved this issue. In fact, I did the data filtering I needed using two expression matching.
But still thanks for your reply.