Posts by Éder Pereira • 63 points
3 posts
-
1
votes1
answer383
viewsQ: Python Telnetlib connect port other than 23
Hello; I’m trying to make a python script to connect to port 12612 localhost. Running the telnet command on linux, manually, it runs. However, in my python script, using the telnetlib library, it is…
-
1
votes1
answer1012
viewsQ: Get white space from a string
I’m looking for something like this: I have a string like this: texto texto texto texto type, with spaces before the text, and I need to take this space, and save in a variable, this using Delphi 7.…
delphiasked Éder Pereira 63 -
4
votes1
answer2920
viewsQ: Regular expression in Delphi 7
Guys, I’m new to programming on Delphi 7, and also regular expressions. Delphi 7 because in the company I’m working at, for other reasons, they have to use Delphi 7. I need to work with regular…