
Only a whole node is supported.Ĭontains functions to get the file extension, or the file name with or without extension, or the file path from an opened document or a file name stringįilters lines from file containing a specified string (like List lines containing string)įinds and reports duplicate lines in file without requiring sort or altering file data Takes a csv file and transposes the data horizontallyĭeletes lines containing user-specified string, then reports on what was deletedĮxtracts the InnerText from the selected XML node.
When invoked, returns a prompt of how many lines are currently selectedĪn updated selected line counter with automatic support for DOS, Unix, and Mac line terminators Multiple lines are supported via “&”.Ĭopies entire content of active file to active clipboard without changing the caret (cursor) position in the file The string is assigned a generic variable name.
Convert box-bracket function parameters to commentsĬhanges open and close box brackets in function parameters in selected text with open and close commentsĬonverts all files in a folder or folder tree, or all open files, or all project files to UTF-8 while also updating the character set or encoding declaration of HTML, XHTML and XML files.Ĭonverts any selection to a VBA compatible string, escaping any existing strings in the text. Convert all open files to DOS line terminatorsĬonverts all open files to DOS format (0D 0A line terminators). For example, pasting “68 65 6C 6C 6F” into a new text file and running the script on it will convert it to “hello”. Takes a user selection of ASCII-represented hex data and converts it to actual hex data. Takes a multi-row selection and inserts spaces between the words, as necessary, to form columns. Backup/copy active file and open in new windowĬopies the active document to a new window and saves it as a new version of the original file with a quasi-versioning system (Note: requires FileNameFunctions script). Script to convert a selected ANSI or Unicode string to a Perl regular expression string in clipboard by replacing all characters with code value greater than 127 by their hexadecimal representations.Ĭreates a time-stamped backup file of the active file in the same directory
ANSI/Unicode string to Perl regexp string.