Functions::parseTxt($string)

Version

Remove special char

Remover everything but chars and numbers. Transforms space to underscore.

Return value

String

Arguments

$teksti
Text to convert

Full documentation

Get value in simple text:

$name = parseTxt('Laskun päivä');
---
Value is: laskun_paiva