10
Why won't this work?
(lemmy.nz)
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.
Thank you. Every time someone shows me something regarding regex, I feel like I'm getting lessons from a deity.
You actually helped me out lots. I switched it to
(?<!\d)\.*\d{1}+thanks to your comment and it kinda did the job, so thank you.oh nice solution, quite elegant
It's a terrible solution, but it works somewhat. Thanks for being nice.