国产精品天干天干,亚洲毛片在线,日韩gay小鲜肉啪啪18禁,女同Gay自慰喷水

歡迎光臨散文網(wǎng) 會(huì)員登陸 & 注冊(cè)

zotero-javascripts文章題目大小寫轉(zhuǎn)為每個(gè)單詞首字母大寫-

2023-08-17 23:01 作者:SWNTs  | 我要投稿

zoteroPane = Zotero.getActiveZoteroPane();

items = zoteroPane.getSelectedItems();

var result = "";


// 列出常見的介詞

var prepositions = ["of", "in", "on", "and", "the", "with", "for", "to", "at", "by", "from"];


for (item of items) {

? ? var title = item.getField('title');

? ? result += " " + title + "\n";

? ??

? ? var new_title = title.replace(/\b\w+\b/g, function (word) {

? ? ? ? if (prepositions.includes(word.toLowerCase())) {

? ? ? ? ? ? return word.toLowerCase();

? ? ? ? } else {

? ? ? ? ? ? return word.charAt(0).toUpperCase() + word.slice(1).toLowerCase();

? ? ? ? }

? ? });

? ??

? ? result += "-> " + new_title + "\n\n";

? ??

? ? // Do it at your own risk

? ? item.setField('title', new_title);

? ? await item.saveTx();

}


return result;


? ? ?? ?陳? 林?

2023年8月17日 上海 FDU


參考資料:

https://www.zotero.org/support/dev/client_coding/javascript_api

https://github.com/redleafnew/zotero-javascripts/blob/main/02change-the-item-title-to-sentence-case.js

https://chat.openai.com/




zotero-javascripts文章題目大小寫轉(zhuǎn)為每個(gè)單詞首字母大寫-的評(píng)論 (共 條)

分享到微博請(qǐng)遵守國(guó)家法律
乌审旗| 楚雄市| 逊克县| 东城区| 镇坪县| 桐柏县| 丰城市| 醴陵市| 临澧县| 田东县| 宾阳县| 新田县| 武冈市| 扶沟县| 临清市| 灌南县| 左云县| 安西县| 和林格尔县| 巴青县| 宜章县| 永安市| SHOW| 德江县| 沅江市| 尉犁县| 布拖县| 清丰县| 尉氏县| 通河县| 泾川县| 灵丘县| 涟水县| 桓台县| 丰宁| 海口市| 深泽县| 昂仁县| 平果县| 西青区| 扶沟县|