Python Forum
Grabbing a Subset of a String
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Grabbing a Subset of a String
#1
I need to create a new field we can call Date_Time_txt, which is based off of a long string (!FolderPath!). Example of the full string: "Call Loc/Folder/(555) 555-5555 - 2/27/2019 8:52:34 AM/RoomB". I initially started the code as Date_Time_txt= !FolderPath![42:64], which would start at the date and grab the time, but because of varying time and date characters, I also grab "/R" on some sets. How can I run the function to just grab the date and time?
Reply


Messages In This Thread
Grabbing a Subset of a String - by acemurdoc - Jun-18-2019, 02:22 PM
RE: Grabbing a Subset of a String - by ichabod801 - Jun-18-2019, 02:26 PM
RE: Grabbing a Subset of a String - by acemurdoc - Jun-18-2019, 02:38 PM
RE: Grabbing a Subset of a String - by perfringo - Jun-18-2019, 04:57 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  bug in subset sum algorithm usercat123 3 1,380 Feb-07-2022, 05:41 AM
Last Post: deanhystad
  how to refer to a subset of a list Skaperen 4 1,636 Jan-16-2022, 02:16 AM
Last Post: Skaperen
  How to create subset in python? Bhavika 5 1,915 Nov-27-2021, 07:16 PM
Last Post: Gribouillis
  Grabbing comma separed values from SQLite and putting them in a list PythonNPC 8 4,033 Apr-10-2020, 02:39 PM
Last Post: buran
  Grabbing a value from one python script into another nickayres 3 3,274 May-24-2019, 08:21 PM
Last Post: snippsat
  Grabbing questions from a quiz app CodingUnicorn 0 1,956 Mar-05-2019, 11:26 PM
Last Post: CodingUnicorn

Forum Jump:

User Panel Messages

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