`Regex("""^[\d]{9}$""")` or `Regex("""^[\d]{9}${'$...
# getting-started
k
Regex("""^[\d]{9}$""")
or
Regex("""^[\d]{9}${'$'}""")
?
g
First one
👍 1
k
Is there a way to make IntelliJ stop adding
${'$'}
when I copy and paste regexes?
n
@Kenneth You can use the language injection feature. Juste create an empty string `""`and option + enter (don’t know non mac equivalent) and then choose inject language or reference