hi, does anyone know a function or a module which i can use to format a text which i get in a string. i would like to get out of the string lines of 40 letters which are surrounded by "<p>" and </p>; the result should be stored in an string.
short example with 3-letter-lines: $input = 'ABCDEFGHI'; ---> $output = '<p>ABC</p><p>DEF</p><p>GHI</p>' cu konrad -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]