lyng/docs/development/String.md
2025-09-26 11:48:40 +04:00

370 B

String

This document is for developer notes only


Interpolation proposal

"""no $iterpolation"""

val inpterpolation1 = "foo"
"${interpolation1}"
>>> "foo"

"$interpolation2" "no $$ interpolatino"

Regexp vs div / ?

regex_literal = "/", { regchar }, "/", [ flag ]
foag = "i" | "n"....
regchar = x`x`