
Regex not working
XurxoMF opened this issue ยท 12 comments
Maybe I'm doing something wrong, but the regular expressions are not working correctly.
I have these expressions:
regex = ["1", "^1", "1$", "^ 1", " 1$", "\b1\b", "\b[1]{1}\b"]
In theory it should delete these messages but it does not do it:
[17:06:47] [Worker-Main-3/INFO]: 1
[17:06:47] [Worker-Main-20/INFO]: 1
If I am doing something wrong I would like to know what it is, if not I would like it to be fixed in future versions.
I'm using fabric, 1.19.2
Love the mod btw <3
I updated the mod and used "\b1\b" and it doesn't work ;-;
It doesn't seem to be a bug in your mod but in the one that is generating the 1.
Can you please the mod causing the logging? This will help me in resolving the issue for you!
Of course, it is a link to curseforge
Log-Begone-Fabric-1.19-1.0.2.jar
Edit: If you need a .log from the server or something just ask me <3
Oh, idk, is not a mod I thought. These messages just pop up repeatedly as you explore the world
I am using 260 + mods, it is difficult to know what is the cause, but I think it is the fabric itself or the vanilla server.