We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mask
mask(expr, mask_char="*", keep_n=0, keep_dir='right') works like safe_mask #2 , but preserves the length of the masked string.
mask(expr, mask_char="*", keep_n=0, keep_dir='right')
safe_mask
select {{ mask('full_name') }}
The text was updated successfully, but these errors were encountered:
feat: add mask macro (#3)
aad01fd
feat: add mask macro (#3) (#8)
fb41c00
Successfully merging a pull request may close this issue.
mask(expr, mask_char="*", keep_n=0, keep_dir='right')
works likesafe_mask
#2 , but preserves the length of the masked string.The text was updated successfully, but these errors were encountered: