Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StringUtils

This is my Scala “String Utilities” library, updated for Scala 3, and includes my “Q” interpolator.

Q converts a multiline string into a list of strings:

// input:
val xs = Q"""
a
b
c
"""

// result:
xs == Vector("a", "b", "c")

Please see the source code and tests for more information.

Alvin Alexander
https://alvinalexander.com

About

My StringUtils library ported to Scala 3

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages