answersLogoWhite

0


Best Answer

The new released software "Replace Pioneer" can support your requirement: If you want to replace charactor 'e' to a random charactor: Open "Replace dialog"

1) enter search text: e

2) enter replace with: "".chr(ord('a')+int(rand(26)))

Click "Replace". That's ok. "search text" will be replaced by "swarch tuxt" or something else. Download address of Replace Pioneer is http://www.mind-pioneer.com Replace Pioneer experts in special tasks that regular replace tools cannot reach.

Given any input text, you can get any output text base on your own rule. Following are more examples: 1. Change all the word 'apple' to plural format unless leaded by one or 1.

2. Merge every 2 lines(or more) into one line.

3. Find out and remove all words which have 5 charactors.

4. Change first charactor of each sentence to upper case.

5. Remove all lines which do not contain words 'test' or 'start' or 'end'.

6. Do a math calcuation on every number appeared in the text.

7. Find and highlight all words not exist in another file.

8. Count the frequency of charactors a,b,c,d,...z, or ab,ac,ad,..., or any user defined format.

9. Convert a text file from any encoding(such as UNICODE) to any encoding.

10. Cut a line into many lines if the charactor number exceed 80.

11. Merge a lot of files into one file, add a title and time for each part.

12. Encrypt your source code, change all variable name to a randomized variable name.

13. Reverse all the even occuranced words: I like this software --> I ekil this erawtfos.

14. Make batch command for all files: filename --> rename filename filename.bak

15. A lot of other magic conversion ...

User Avatar

Wiki User

16y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you replace text data with random characters?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Text that is in excess of 255 characters of alphanumeric data can be entered into this data type.?

Short text


Data type allowing characters?

Text


What data type can store up to 255 characters in Access?

Text.Text.Text.Text.Text.Text.Text.Text.Text.Text.Text.


What is text data in access?

The field can contain any characters. A maximum number of 255 characters is allowed in a field whose data type is Text.


Text that is in excess of 255 characters of alphanumeric data can be entered into this data type?

Short text


In Access text data type contain maximum character of?

In Access, the Text data type can hold up to 255 characters. If you need to store more characters, you can use the Memo data type, which can store up to 65,535 characters.


What field data type can contain any characters?

text


A field whose data type is can contain any characters?

text


The maximum number of characters allowed in a field whose data type is text is 1024?

255 max for text


What is the name of the data type used to store long passages of data containing text and alphanumeric characters?

varchar


What types of data can be stored in a text data type field?

A text data type field can store alphanumeric characters, such as letters, numbers, and special symbols. It is suitable for storing large amounts of text data, such as descriptions, comments, or notes. Text data types can hold variable lengths of text, depending on the database system used.


What are differences between replace and substitute Microsoft Excel functions?

The Replace function replaces part of a text string, based on the number of characters you specify, with a different text string. The Substitute function substitutes newtext for old text in a text string. You use Substitute when you want to replace specific text in a text string and you use Replace when you want to replace any text that occurs in a specific location in a text string.