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

[mustache] Add more text processing functions #961

Closed
aalmiray opened this issue Sep 19, 2022 · 1 comment
Closed

[mustache] Add more text processing functions #961

aalmiray opened this issue Sep 19, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request released Issue has been released
Milestone

Comments

@aalmiray
Copy link
Member

Based on Apache commons-text & commons-lang3

  • f_escape_csv
  • f_escape_ecma_script
  • f_escape_html3
  • f_escape_html4
  • f_escape_java
  • f_escape_json
  • f_escape_xml10
  • f_escape_xml11
  • f_escape_xsi
  • f_chop
  • f_delete_whitespace
  • f_normalize_whitespace
  • f_reverse
  • f_strip
  • f_swapcase

Also ad a function to recursively eval templates, pairs well with f_file_read.

@aalmiray aalmiray added the enhancement New feature or request label Sep 19, 2022
@aalmiray aalmiray added this to the v1.3.0 milestone Sep 19, 2022
@aalmiray aalmiray self-assigned this Sep 19, 2022
aalmiray added a commit to jreleaser/jreleaser.github.io that referenced this issue Sep 19, 2022
@aalmiray
Copy link
Member Author

@aalmiray aalmiray added the released Issue has been released label Oct 30, 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 released Issue has been released
Projects
None yet
Development

No branches or pull requests

1 participant