Japanese Text Analyzer

count-chars

Measure the character count of a file, excluding spaces and line breaks, by providing its absolute path in Windows or WSL/Linux format. Ideal for precise text analysis in Japanese and English.

Instructions

ファイルの文字数を計測します。絶対パスを指定してください(Windows形式 C:\Users...、またはWSL/Linux形式 /c/Users/... のどちらも可)。スペースや改行を除いた実質的な文字数をカウントします。

Input Schema

NameRequiredDescriptionDefault
filePathYes文字数をカウントするファイルのパス(Windows形式かWSL/Linux形式の絶対パスを推奨)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "filePath": { "description": "文字数をカウントするファイルのパス(Windows形式かWSL/Linux形式の絶対パスを推奨)", "type": "string" } }, "required": [ "filePath" ], "type": "object" }

You must be authenticated.

Other Tools from Japanese Text Analyzer

Related Tools

ID: a84hu4w43w