Python Forum
It does truncatte where i would ...
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
It does truncatte where i would ...
#3
(Dec-28-2019, 09:45 PM)perfringo Wrote: I don’t understand what and why this code does. But it seems to me that the way rows are structured enables simple approach to get needed part of string:

>>> s = “0xc624 (4): 1842”
>>> s.rsplit(maxsplit=1)[1]
1842

I just would like the start of the strings to be removed until "(x):"
And sometimes, there is others things like "0x4562"
Reply


Messages In This Thread
It does truncatte where i would ... - by AyUniz - Dec-28-2019, 07:39 PM
RE: It does truncatte where i would ... - by AyUniz - Dec-28-2019, 10:24 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020