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 21b51b4 commit 995b732Copy full SHA for 995b732
java/ql/lib/semmle/code/java/frameworks/kotlin/Text.qll
@@ -14,6 +14,7 @@ class KtToRegex extends MethodAccess {
14
this.getMethod().hasName("toRegex")
15
}
16
17
+ /** Gets the constant string value being converted to a regex by this call. */
18
string getExpressionString() {
19
result = this.getArgument(0).(CompileTimeConstantExpr).getStringValue()
20
0 commit comments