Skip to content

add uppercase, lowercase, and trim for strings#321

Merged
hueniverse merged 1 commit intohapijs:masterfrom
jaswilli:feature/220-string-validators
May 20, 2014
Merged

add uppercase, lowercase, and trim for strings#321
hueniverse merged 1 commit intohapijs:masterfrom
jaswilli:feature/220-string-validators

Conversation

@jaswilli
Copy link
Contributor

closes #220
-added uppercase validator for strings with an option to force string to uppercase
-added lowercase validator for strings with an option to force string to lowercase
-added trim validator for strings with an option to remove leading and trailing whitespace
-updated readme documentation

closes #220
-added uppercase validator for strings with an option to force string to uppercase
-added lowercase validator for strings with an option to force string to lowercase
-added trim validator for strings with an option to remove leading and trailing whitespace
-updated readme documentation
@hueniverse hueniverse added this to the 4.2.2 milestone May 20, 2014
@hueniverse hueniverse assigned bmille29 and hueniverse and unassigned bmille29 May 20, 2014
hueniverse pushed a commit that referenced this pull request May 20, 2014
add uppercase, lowercase, and trim for strings
@hueniverse hueniverse merged commit 910f21d into hapijs:master May 20, 2014
hueniverse pushed a commit that referenced this pull request May 20, 2014
@hueniverse
Copy link
Contributor

I flipped it.

@jaswilli jaswilli deleted the feature/220-string-validators branch May 20, 2014 03:28
@jaswilli
Copy link
Contributor Author

Cool, looks good!

@lock
Copy link

lock bot commented Jan 9, 2020

This thread has been automatically locked due to inactivity. Please open a new issue for related bugs or questions following the new issue template instructions.

@lock lock bot locked as resolved and limited conversation to collaborators Jan 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

feature New functionality or improvement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

string().lowercase() and string().uppsercase()

3 participants