Skip to main content Skip to docs navigation
Check

Now you can copy any content from webpage using copy command and paste back any where within same domain.

On this page
Copy::Description (Copy text from webpage)
Copy::[.]{6}[.] - Any Single Character {6} - no of characters 6
Copy::[.]+[.] - Any Single Character + - all characters
Copy::[a-z]{6}[a-z] - A character in the range: a-z
Copy::[A-Z]{6}[A-Z] - A character in the range: A-Z
Copy::[\d]{6}[\d] - A digit
Copy::[\w]{6}[\w] - A word character