Action

Remove ISO 8601 timestamps with offset from start of lines

Posted by sylumer, Last update 9 months ago - Unlisted

Steps

  • script

    draft.saveVersion();
    draft.content = draft.content.replaceAll(/^\d{4}-\d\d-\d\d \d\d:\d\d:\d\d\.\d{6}.\d{4} /gm, "")
    draft.update();

Options

  • After Success Default
    Notification Info
    Log Level Info
Items available in the Drafts Directory are uploaded by community members. Use appropriate caution reviewing downloaded items before use.