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

add nullIf and emptyIf #43

Merged
merged 1 commit into from
Jul 10, 2023
Merged

add nullIf and emptyIf #43

merged 1 commit into from
Jul 10, 2023

Conversation

zonaro
Copy link
Contributor

@zonaro zonaro commented Jul 10, 2023

  • nullIf - Return a null String if [this] equals [comparisonString]. Otherwise return [this].
  • emptyIf - Return a empty String if [this] equals [comparisonString]. Otherwise return [this].

@esentis esentis merged commit 290ee43 into esentis:develop Jul 10, 2023
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants