In Scala it’s mutual to inject variables inwards strings similar this amongst the dissimilar types of string interpolation:
Scala supports basically 3 kinds of String Interpolation:
sec String Interpolator - Prepending sec to whatever string literal allows the job of variables straight inwards the string
f String Interpolator - Prepending f to whatever string literal allows the creation of uncomplicated formatted strings. It is similar to C languages mode printf . When using the f interpolator, all variable references should last followed past times a printf mode format string, similar %d, %s, %f etc.
raw String Interpolator - The raw interpolator is similar to the sec interpolator except that it performs “No escaping of literals inside the string”
-------------------------Follow-------------------
My Website - http://www.codebind.com
My Blog - https://goo.gl/Nd2pFn
My Facebook Page - https://goo.gl/eLp2cQ
Google+ - https://goo.gl/lvC5FX
Twitter - https://twitter.com/ProgrammingKnow
Pinterest - https://goo.gl/kCInUp
Text Case Converter - https://goo.gl/pVpcwL
Epoch Timestamp Converter - https://goo.gl/Zedjo5
Decimal - Binary - Hexadecimal Converter - https://goo.gl/rkX3JE
8-bit Checksum Calculator - https://goo.gl/inxvIT
0 comments:
Post a Comment