I would like to extract any first char of any word inside a sentence like:
Full time become FT
Part time become PT
Contractor become C
Temp become T
Is that possible in smarty PHP and how? I have {$listing.EmployementType}.
I would like to extract any first char of any word inside a sentence like:
Full time become FT
Part time become PT
Contractor become C
Temp become T
Is that possible in smarty PHP and how? I have {$listing.EmployementType}.