We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc38a5f commit 16aa1bfCopy full SHA for 16aa1bf
src/main/kotlin/net/onelitefeather/plugindebug/constants.kt
@@ -1,4 +1,4 @@
1
package net.onelitefeather.plugindebug
2
3
-internal val PRIVACY_REGEX =
+val PRIVACY_REGEX =
4
Regex(pattern = "\\b(1?[0-9]{1,2}|2[0-4][0-9]|25[0-5])\\.(1?[0-9]{1,2}|2[0-4][0-9]|25[0-5])\\.(1?[0-9]{1,2}|2[0-4][0-9]|25[0-5])\\.(1?[0-9]{1,2}|2[0-4][0-9]|25[0-5])\\b")
0 commit comments