Timur Tabi
2018-07-26 22:19:42 UTC
Is there a way to edit string constants? I need to change
"NVRM: ...."
into
"..."
That is, I need to remove the "NVRM: " from a string. I tried this:
@depends on rule1@
@@
-"NVRM: "
+""
But it doesn't do anything.
"NVRM: ...."
into
"..."
That is, I need to remove the "NVRM: " from a string. I tried this:
@depends on rule1@
@@
-"NVRM: "
+""
But it doesn't do anything.