Aymen 385 Posted March 1, 2014 Report Share Posted March 1, 2014 A Set of Over 30 Functions To Use in Ubot Studio Introducing The New Free String Management Plugin Encoding and Encryption EncodeBase64 : base64 encode a stringDecodeBase64 : base64 decode a stringHtmlEncode : html encode a stringHtmlDecode : html decode a stringHtmlAttributeEncode : encode html attributes from a stringEncryptRSA : encrypt a string using RSA cryptographyDecryptRSA : Decrypt an RSA cryptography to a stringJavaScriptStringEncode : encode a string for javascript usageEscapeXml : scrape an xml string input Formatting RemoveAllSpecialCharacters : Remove All Special Characters from a stringRepeat : repeat a string a given number of timesReverse : Reverse a stringToPlural : convert a word/string to pluralToTitleCase : convert a string to title caseToUpperFirstLetter : convert a string to upper (only first letter)Truncate : Truncate a strign to a maximum number of given charsRemoveDiacritics : Remove Diacritics from stringRemoveLetter : remove all letters from a stringRemoveNumber : remove all numbers from a stringNl2Br (new line to br) : convert new line to </ br>Br2Nl (br to new line) : convert </ br> to new line Checking EnsureStartsWith : ensure a string starts with a given value if not add it to the startEnsureEndsWith : ensure a string ends with a given value if not add it to the endIsEmpty : check if string is empty return false if it is notIsNotEmpty : check if string is not empty , return false if it isIsEmptyOrWhiteSpace : check if a strign is empty or have whitespaceIsNumeric : check if string is a numberIsMatchingTo (regex) : check if a string matches a given regex patternIsLike (takes wild cart) : check if string matches a given wildcard patternIsValidEmail : check if string is a valid email adressIsValidIP : check if string is a valid ipIsAlpha : check if string is alpha (upper case/ lower case characters only)IsAlphaNumeric check if string is alpha numeric (upper case/ lower case characters and numbers only) Extraction ExtractDigits : extract digits from stringGetBefore : get value from string before a given valueGetBetween : get value from string between two given valuesGetAfter : get value from string after a given value Download For Free(subscribe to my list to get new plugins) To download it without subscribing find attached zip file belowdownload without subscribing 7 Quote Link to post Share on other sites
HelloInsomnia 1103 Posted March 1, 2014 Report Share Posted March 1, 2014 The mighty Aymen strikes again. Thank you! Quote Link to post Share on other sites
Aymen 385 Posted March 1, 2014 Author Report Share Posted March 1, 2014 The mighty Aymen strikes again. Thank you! Edit: It says I am already subscribed, can you send the current subs a download link? Thanks!there is a download link in the thread right below the first link Quote Link to post Share on other sites
HelloInsomnia 1103 Posted March 1, 2014 Report Share Posted March 1, 2014 there is a download link in the thread right below the first link Yes, I saw it after I wrote that Quote Link to post Share on other sites
Bot-Factory 602 Posted March 1, 2014 Report Share Posted March 1, 2014 Awesome!! Quick question. RSA is an asymetric encryption algorithm. Is that an "official" implementation of the RSA algorithm? Using a public / private key for decryption / encryption?Can I encrypt and decrypt the results of this Function with a PHP RSA function? If yes, how does that work? Thanks in advance for your helpDan Quote Link to post Share on other sites
julius 5 Posted March 1, 2014 Report Share Posted March 1, 2014 now this is really cool... thanks a lot AYmen.. Quote Link to post Share on other sites
Code Docta (Nick C.) 639 Posted March 1, 2014 Report Share Posted March 1, 2014 Thanks man!!! Another set of function we don't have to create for ourselves. Keep up the excellent work!! TC Quote Link to post Share on other sites
Evernano 2 Posted March 1, 2014 Report Share Posted March 1, 2014 Thanks Aymen, I looking forward to trying out all your plugins, wonderful job and a great share... :-) Quote Link to post Share on other sites
Sanjeev 46 Posted March 1, 2014 Report Share Posted March 1, 2014 Wow! Thanks Aymen! Quote Link to post Share on other sites
UBotBuddy 331 Posted March 1, 2014 Report Share Posted March 1, 2014 GREAT SHARE Aymen! Thanks again! Quote Link to post Share on other sites
LoWrIdErTJ - BotGuru 904 Posted March 1, 2014 Report Share Posted March 1, 2014 thanks for this, great set of functions Quote Link to post Share on other sites
pftg4 102 Posted March 1, 2014 Report Share Posted March 1, 2014 thanks aymen Quote Link to post Share on other sites
Aymen 385 Posted March 1, 2014 Author Report Share Posted March 1, 2014 Is that an "official" implementation of the RSA algorithm? Using a public / private key for decryption / encryption?Can I encrypt and decrypt the results of this Function with a PHP RSA function? Nope it is not an official implementation!also i'm not sure if you will be able to decode with with php Quote Link to post Share on other sites
UBotDev 276 Posted March 1, 2014 Report Share Posted March 1, 2014 Great set for fighting strings. Thanks for sharing it. Quote Link to post Share on other sites
don 1 Posted March 1, 2014 Report Share Posted March 1, 2014 Thanks for sharing Quote Link to post Share on other sites
giganut 109 Posted March 1, 2014 Report Share Posted March 1, 2014 Thanks again for the great plugin Quote Link to post Share on other sites
dutchman 0 Posted March 1, 2014 Report Share Posted March 1, 2014 thanks aymen :) Quote Link to post Share on other sites
SmileyBot 13 Posted March 2, 2014 Report Share Posted March 2, 2014 Another outstanding plugin by Aymen and I cant believe it's free. Thx Quote Link to post Share on other sites
Bliss 194 Posted March 2, 2014 Report Share Posted March 2, 2014 Nice work Aymen, thanks Quote Link to post Share on other sites
zenos 13 Posted March 2, 2014 Report Share Posted March 2, 2014 OUah, merci mec, tu gères Quote Link to post Share on other sites
kev123 132 Posted March 2, 2014 Report Share Posted March 2, 2014 really helpful plugin thanks Quote Link to post Share on other sites
samcro 2 Posted March 2, 2014 Report Share Posted March 2, 2014 Thanks for the share! Quote Link to post Share on other sites
Steve 30 Posted March 2, 2014 Report Share Posted March 2, 2014 Awesome share as always, Aymen! Thanks!! Quote Link to post Share on other sites
rocket976 62 Posted March 2, 2014 Report Share Posted March 2, 2014 Really nice addition, thank you! 1 Quote Link to post Share on other sites
a2mateit 395 Posted March 2, 2014 Report Share Posted March 2, 2014 I can't believe i'm late to the party on this. Thanks Aymen! Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.