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