Python Forum
Split pdf in pypdf based upon file regex
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Split pdf in pypdf based upon file regex
#2
Are you sure that you regex expression is correct ?

When I tried it's not matching a date like 12/12/1984

maybe you want to try with on less "\"
^[0-9]{1,2}\/[0-9]{1,2}\/[0-9]{4}$
Cheers
[Image: NfRQr9R.jpg]
Reply


Messages In This Thread
RE: Split pdf in pypdf based upon file regex - by SpongeB0B - Feb-03-2023, 12:01 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Copy Paste excel files based on the first letters of the file name Viento 2 458 Feb-07-2024, 12:24 PM
Last Post: Viento
  How to "tee" (=split) output to screen and into file? pstein 6 1,414 Jun-24-2023, 08:00 AM
Last Post: Gribouillis
  search file by regex SamLiu 1 926 Feb-23-2023, 01:19 PM
Last Post: deanhystad
  automate new PDF creation with Bookmarks Based up Regex standenman 0 1,161 Jan-16-2023, 10:56 PM
Last Post: standenman
  Python Split json into separate json based on node value CzarR 1 5,642 Jul-08-2022, 07:55 PM
Last Post: Larz60+
  trying to recall a regex for re.split() Skaperen 23 4,439 May-20-2022, 11:38 AM
Last Post: snippsat
  Extracting Specific Lines from text file based on content. jokerfmj 8 3,063 Mar-28-2022, 03:38 PM
Last Post: snippsat
  How to split file by same values from column from imported CSV file? Paqqno 5 2,811 Mar-24-2022, 05:25 PM
Last Post: Paqqno
  [split] Results of this program in an excel file eisamabodian 1 1,591 Feb-11-2022, 03:18 PM
Last Post: snippsat
  split txt file data on the first column value shantanu97 2 2,454 Dec-29-2021, 05:03 PM
Last Post: DeaD_EyE

Forum Jump:

User Panel Messages

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