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... 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 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... 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 Example Simple function to convert Markdown Text to CSBuilder Format - fredo    Jul 24, 2024   (11 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... 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... B4A Example [B4X] Simple function to highlight searchword in texts in CSBuilder Format - fredo    Dec 28, 2024   (11 reactions) This simple function highlights all occurrences of a search term in a given text and returns... HighlightCsTextWithRegex(OriginalText As String, searchWord As String) As CSBuilder Dim escapedSearchWord....GetEnd(0) cs.Append(OriginalText.SubString2(lastIndex, startIndex)) cs.BackgroundColor.... (any format you need) cs.Append(OriginalText.SubString2(startIndex, endIndex)) cs.Pop lastIndex = endIndex Loop cs.Append(OriginalText.SubString(lastIndex)) Return cs... Wish Magret'StringFunction is supported for B4A,B4J,B4i for non-expert coding person as me - aeric (first post)    Aug 9, 2023   (1 reaction)
In creating B4XLib,if the file folder has the files (fonts files) in special folder in B4i. I must ... Page: 1   2   3   4   |