chessgame

RESTful chessgame developed with kotlin

View on GitHub

htwdd.chessgame.server.util / FENUtility / prepareFENForURLParam

prepareFENForURLParam

fun prepareFENForURLParam(fen: String): String

Prepares a FEN String as URL parameter

Replace:

Parameters

fen - String in the FEN

Author Felix Dimmel

Return Prepared FEN string as URL parameter with replaced characters

Since 1.0.0