Python Forum
remove string character from url
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
remove string character from url
#1
I have a url https://www.facebook.com/xxxxxx?test1q223, does anyone knows any method to remove from ? to the end of the string.
So I expected it should be https://www.facebook.com/xxxxxx.
Reply


Messages In This Thread
remove string character from url - by jacklee26 - Mar-03-2019, 07:54 AM
RE: remove string character from url - by Larz60+ - Mar-03-2019, 08:33 AM
RE: remove string character from url - by stranac - Mar-03-2019, 08:48 AM
RE: remove string character from url - by jacklee26 - Mar-04-2019, 04:28 AM
RE: remove string character from url - by jacklee26 - Mar-04-2019, 07:59 AM
RE: remove string character from url - by jacklee26 - Mar-09-2019, 03:14 AM
RE: remove string character from url - by Larz60+ - Mar-09-2019, 09:17 AM
RE: remove string character from url - by jacklee26 - Mar-24-2019, 07:10 AM
RE: remove string character from url - by Larz60+ - Mar-24-2019, 04:20 PM
RE: remove string character from url - by jacklee26 - Mar-25-2019, 04:19 AM
RE: remove string character from url - by Larz60+ - Mar-25-2019, 03:56 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  remove gilberishs from a "string" kucingkembar 2 204 Mar-15-2024, 08:51 AM
Last Post: kucingkembar
Smile please help me remove error for string.strip() jamie_01 3 1,151 Oct-14-2022, 07:48 AM
Last Post: Pedroski55
  Writing string to file results in one character per line RB76SFJPsJJDu3bMnwYM 4 1,309 Sep-27-2022, 01:38 PM
Last Post: buran
  Remove a space between a string and variable in print sie 5 1,707 Jul-27-2022, 02:36 PM
Last Post: deanhystad
  How do I remove spurious "." from a string? Zuhan 7 1,964 Apr-12-2022, 02:06 PM
Last Post: Pedroski55
  Regex: a string does not starts and ends with the same character Melcu54 5 2,369 Jul-04-2021, 07:51 PM
Last Post: Melcu54
  [solved] unexpected character after line continuation character paul18fr 4 3,297 Jun-22-2021, 03:22 PM
Last Post: deanhystad
  How to remove char from string?? ridgerunnersjw 2 2,486 Sep-30-2020, 03:49 PM
Last Post: ridgerunnersjw
  SyntaxError: unexpected character after line continuation character siteshkumar 2 3,112 Jul-13-2020, 07:05 PM
Last Post: snippsat
  Remove from end of string up to and including some character lbtdne 2 2,286 May-17-2020, 09:24 AM
Last Post: menator01

Forum Jump:

User Panel Messages

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