Skip to content
New issue

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

Feature: Add a mask macro #3

Closed
tconbeer opened this issue Apr 19, 2022 · 0 comments · Fixed by #8
Closed

Feature: Add a mask macro #3

tconbeer opened this issue Apr 19, 2022 · 0 comments · Fixed by #8
Labels
enhancement New feature or request

Comments

@tconbeer
Copy link
Contributor

mask(expr, mask_char="*", keep_n=0, keep_dir='right') works like safe_mask #2 , but preserves the length of the masked string.

select {{ mask('full_name') }}
full_name
**********
**************
*****
@tconbeer tconbeer added the enhancement New feature or request label May 4, 2022
tconbeer added a commit that referenced this issue May 18, 2022
tconbeer added a commit that referenced this issue May 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant