Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Rの文字列のすべての文字の間に垂直バーを挿入するにはどうすればよいですか? たとえば、「ABC123」という文字列があるとします。「A | B | C | 1 | 2 | 3」という出力を取得するにはどうすればよいですか? 誰かがこのアイデアを文字列のベクトルにベクトル化できれば、それは素晴らしいことです。
CodeIgniter のアンカー タグを使用してリンクを生成しています
私のビューで使用しているコードは次のとおりです。
<?=anchor('blog/post/'.$row->id,$row->title);?>
上記のコード