Random Word Generator

Search_replace_binary  Count_and_statistics 

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


[an error occurred while processing this directive]