forked from iampawan/VelocityX
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added 4 new String functions - isJson validates a raw Json string and checks if decodable. - filterChars() removes non AlphaNum characters from string, very useful when checking web forms data. - toDate() formats and convert a string to DateTime object - toDateString() convert date string to a fully formated DateTime string.
- Loading branch information
Showing
2 changed files
with
113 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters