Thread
:
Regex examples
View Single Post
03-27-2025, 09:49 PM
#
785
Karellen
Wizard
Posts: 1,625
Karma: 9500498
Join Date: Sep 2021
Location: Australia
Device: Kobo Libra 2
Quote:
Originally Posted by
ElMiko
when what I'm trying to do is match numbers nested within ANY repeated string of characters.
Oops. Missed this last line. Thought it was part of your signature.
Try...
PHP Code:
>\
p
{
P
}+(\
d
+)\
p
{
P
}+<
Karellen
View Public Profile
Visit Karellen's homepage!
Find More Posts by Karellen
Track Posts by Karellen via RSS