Join Slack
Powered by
`Regex("""^[\d]{9}$""")` or `Regex("""^[\d]{9}${'$...
# getting-started
k
Kenneth
02/20/2019, 10:59 PM
Regex("""^[\d]{9}$""")
or
Regex("""^[\d]{9}${'$'}""")
?
g
gcx11
02/20/2019, 11:07 PM
First one
👍 1
k
Kenneth
02/20/2019, 11:12 PM
Is there a way to make IntelliJ stop adding
${'$'}
when I copy and paste regexes?
n
nounours
02/21/2019, 8:15 AM
@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
Open in Slack
Previous
Next