I am having a text like
s = bluesky 
i want to get it as s = ******* (equal no of * as no of characters)
I am searching for a regular expression for python. Plz help. Any help will be appreciated
Edit 1 :
b = '*'*len(s)
How can we do it in Django Template