Skip to content

Commit

Permalink
Solved next text
Browse files Browse the repository at this point in the history
  • Loading branch information
cprieto committed Oct 24, 2015
1 parent 97622e3 commit ddef337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/i_introduction/_4_String_Templates/StringTemplates.kt
Expand Up @@ -35,4 +35,4 @@ fun todoTask4(): Nothing = TODO(
""",
references = { getPatternInTQString(); month })

fun task4(): String = todoTask4()
fun task4(): String = """(\w*) (\w*) \((\d{2})\ $month (\d{4})\)"""

0 comments on commit ddef337

Please sign in to comment.