Description
The PSCGetBoldPartOrString extracts a bold part (Enclosed in '~') from the S string. If string doesn't contain a bold part it is returned as is. The bold part is a part of the string enclosed in '~' symbols. Example; S = 'This is a ~bold part~' Result = 'bold part' Example; S = 'There is no bold part' Result = 'There is no bold part'