Text Length
Returns the number of characters in value.
Inputs
| Input | Required | Value Kind | Types | Enum Values |
|---|---|---|---|---|
value | yes | expression | — | — |
Notes
No additional notes are available yet.
Examples
Write Text File At Fixed Path
Writes a short text file with `append=false` and `flushNow=true`, then reads it back to verify the exact content.
Topics: files, text output
Source: patterns/ex-files-write-text-file-fixed-path.json
Prepare Selected Clip Transcript After Sequence Placement
Creates a temporary sequence from the first selected project item, waits briefly, then exports the clip transcript JSON to a deterministic file path.
Topics: semantic probing, transcript, sequence placement, transcript readiness
Source: recipes/ex-semantic-export-transcript-after-sequence-placement.json
Probe Basic Transcript Readiness
Checks transcript presence for the first selected project item, exports transcript JSON when present, and logs obvious placeholder signals without pretending to certify completion.
Topics: semantic probing, transcript readiness, discovery probes
Source: probes/ex-transcript-readiness-selected-project-item.json