View Single Post
Old 05-23-2022, 04:02 PM   #4
max-min
Member
max-min has a complete set of Star Wars action figures.max-min has a complete set of Star Wars action figures.max-min has a complete set of Star Wars action figures.
 
Posts: 13
Karma: 280
Join Date: Aug 2017
Device: touch lux
Quote:
Originally Posted by MerlinMama View Post
With the tags, I can get #2 and #3 to work, but don't remember how I modified it for #1
OK, try this one, with the function you showed above :
Code:
Last Read:</b>\K(<em>N/A</em>| \d{1,2}/\d{2}/\d{4}|\s)
It will capture your 3 forms.
Explanation : You have to specify the text before the targeted text ("Last Read:</b>"), because you don't want to capture all spaces in the page . The \K reinitialize the pointer at this position (i.e. "forget the text found until this point")
max-min is offline   Reply With Quote