2017년 7월 28일 금요일

TextUtils extension


TextUtils extension will allow you to quickly perform such functions as:
⦁ Reverse a text to read from end to start
⦁ Title Case sentence
⦁ Format number for thousand separator and to include decimal points. This will also use proper country-based formatting!
⦁ Compare 2 strings to find if they are equal – can also ignore case
⦁ Perform search using Regular Expression Search on Steroid :

Wanna split / chop / perform Regular Expressions on TEXT (String)? Then use ReplaceRegex block like shown below:


Looking for .aix? Get it from AppyBuilder community HERE  com.appybuilder.TextUtils.aix

댓글 1개: