this post was submitted on 10 Jun 2025
8 points (100.0% liked)

RegEx

408 readers
2 users here now

Welcome to the RegEx community! This is a place where you can learn about and get help with regular expressions

A regular expression is a sequence of characters that specifies a match pattern in text. Theyre usually used for find, or find and replace operations on strings, or for input validation.


founded 2 years ago
MODERATORS
 

(?<!\d)\d+\.\d+ should match the numbers at the end of the lines and yet it won't. What am I doing wrong?

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here