Backslash problem

Report a typo

Create a regexp instance named regex that matches the line "\".

Tip: You need to escape the single backslash \.

Write a program in Kotlin
val regex = TODO()

Create a free account to access the full topic