Random Word Generator

Search_replace_binary  Character_count 

Random Word Generator

Example:

Generate 8 random password with 10 letters or digits

Random word generator

Replace settings:

1) Replace unit=Chars

2) Search for pattern=PASSWORD=\d+

3) Replace with pattern=PASSWORD=rand_str(10,1..9,'a'..'z')

Random Character Generator

Example:

Replace all characters to Random char

Random word generator

Replace settings:

1) Replace unit=Chars

2) Search for pattern=Search,[A-Za-z]

3) Replace with pattern=chr(ord('a')+int(rand(26)))

4) Note: you can also select menu Replace->Replace by template->Misc->Randoms: Replace all chars to random char


Other Examples of "Random word generator"
How to generate 200 random numbers in the range of 100 to 300?
How to generate a full list from 'aaa' to 'zzz' with random order?
How to add random digit/chars at the end of each line?
How to sort all the lines of a text file randomly?
How to replace all the password field in text file with random chars?
How to replace all digits into a random digit, but keep other letters in a text file?
How to generate a random binary sequence matrix?

Search all "Random word generator" examples