連想配列を検索してインデックスを返す

Quick Edit Pencil
とりあえず

json.feed.entry.filter.id.$tの文字列に含まれるpostid を取得するケース
var postid = 1;
var new;
json.feed.entry.filter(function(item, index){
  if (RegExp(postId).test(item.id.$t)) {new = index;}
});
console.log( new );

このブログの人気の投稿

https://gemini.google.com/search?q=%5B%5BOralHistory%5D%5D

memo: ショートカットファイルを直接削除する

AppleScript 改行 コード 置換

二号線を東へ

blender4.1 レンダリング画像を左右反転する方法

書字方向 横書方向変換スクリプト 左書きから右書きへ(コピペ用途)

PowerShellのGetDetailsOf メソッドでプロパティの詳細情報のID番号と項目名を列挙します