This section provides help on replace commands.
Enter a term in the "From" field to replace that term anywhere in a source or translation. Use the tags below in the format tag:term to make fine-grained replacement operations.
| source: | Replace in the source field |
| trans: | Replace in the translation field |
| context: | Replace in the context field |
| created-by: | Replace the creator field |
| created: | Replace the date created |
| modified-by: | Replace the modified-by field |
| modified: | Replace the date modified |
| reliability: | Replace the reliability |
| validated: | Mark the record as validated ("true") or not validated ("false") |
| refcount: | Change the reference count of the record |
Replace 'aaa' in source and translation segments with 'bbb'
| From | aaa |
| To | bbb |
Replace 'xxx' in source segments with 'yyy'
| From | source:xxx |
| To | yyy |
Follow a tag by an asterisk (*) to replace the entire field. For example, to change the "created-by" field of all matching records to "Ryan":
| From | created-by:* |
| To | Ryan |
Change the record's date created to 2009-10-01
| From | created: |
| To | 2009-10-01 |
Make the reliability of the record 5
| From | reliability: |
| To | 5 |
Validate the record
| From | validated: |
| To | true |