B4A Library StringFunctions2 - Knoppi    Oct 10, 2018   (17 reactions) StringFunctions2
In the forum one sees again and again that many beginners use the old StringFunctions Lib of margret. But you should not use this lib anymore.
Therefore, I have made the effort to... to B4a code.
Attention all string functions are zero-based as usual with B4a.
I only wrote the code based on the function definitions.
https://www.b4x.com/android/forum/threads/string-functions... B4A Library String Functions - margret    Mar 20, 2014   (52 reactions)   tags: String this example the function will Return: "is"
MidExtract (StringText As String, Start As String... YourString.
IsEmpty (StringText As String) As Boolean
Test to see if the string is empty and... Wish Magret'StringFunction is supported for B4A,B4J,B4i for non-expert coding person as me - Theera    Aug 8, 2023 Hi all,
Is there way re-engineer the Magret'sStringFunction2 ? I know only it created...'s Function,too.
'only tested with positive numbers
Private Sub FormatWithCustomGrouping(n... Wish StringFunction2 - Theera    Jun 4, 2020 Hi Erel and all, If there are StringFunction2 in B4A,B4J,B4i and B4R as like NumberFormat() ,I think they help non-expert to coding.... B4A Question Function Encrypt and Decrypt (library StringFunctions) - AlpVir    Jan 3, 2020 viewer?
Thanks in advance
Dim sf As StringFunctions
Dim SC As String
Dim D As String
sf.Initialize
'SC=sf.Encrypt("Lorem Ipsum"...What is the degree of obfuscation of the functions in the subject? Poor, good, excellent or what else?
Does it make sense to use the following code to further hide the contents of a string... B4A Example Simple function to convert Markdown Text to CSBuilder Format - fredo    Jul 24, 2024   (10 reactions) This simple function converts Markdown-formatted text so that it can be used as CSBuilder... the application. The text is converted using the "Sub ProcessMarkdownToCSBuilder(...)" function... markdownText As String = $"This is a **bold** Text, an *italic* Text and a (http... Dim boldPattern As String = "\*\*(.*?)\*\*" ' Regex for **Text** Dim italicPattern As String = "\*(.*?)\*" ' Regex for *Text* Dim urlPattern As String... B4J Question Replicate method for jStringFunctions? - Didier9    Jun 5, 2019 It seems like this method is missing from jStringFunctions. Should I put an entry in the wishlist or did I miss it?... B4A Question [Solved] What function is similar to SplitGetWord in the StringFunctions lib? - asales    Mar 18, 2018 /threads/b4x-text-strings-and-parsers.83510/#content
A relatively popular library named StringFunctions... is a test string.", " ", 2)
In this example the function will Return: "is"
How...There are the library StringFunctions:
https://www.b4x.com/android/help/stringfunctions... B4A Question VBA String Function equivalent? - MrKim    Sep 28, 2017 In VBA you can generate a string of ASCII Characters with:
String(Num, "Char")
Does B4A have an equivalent?... B4A Question Function StringFunctions.Today - Pesciolina (first post)    Jan 12, 2024 excuse me, I'm an accountant who, thanks to Erel, manages to have fun creating apps for my hobby... Page: 1   2   3   4   |