特定の数または単語の後に別のものの中にテキスト文字列を挿入したいと思います。たとえば: $text_to_add = "#Some Text to Add#";
$text_original = "This is the complete text in which I want to insert the other text";
$number_words = 7; // Variable
私はconvert nsstring to imageに以下の関数を使用しています。 -(UIImage *)imageFromText:(NSString *)text FontName:(UIFont *)font
{
// set the font type and size
//UIFont *font = [UIFont systemFontOfSize:20.0]
私は文字列を持っており、指定されたインデックスでクリップしたいと思います。シナリオでは、文字列にHTMLタグが含まれている可能性があり、クリッピング中にこれらのタグをスキップする必要があります。例えば 文字列の場合: "Les pirates ont<br/>attaqué des douzaines de sites Web français";
と私はLes pirates ont<br/