B4J Library JStringFunctions Beta - margret    Jan 10, 2014   (6 reactions) Here is the B4A StringFunctions library, converted to B4J. This is a Beta version and I am looking ... 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?... Bug? Margret,your manual is incorrect at jStringFunction library - Theera    Jan 18, 2014 Hi Margret, I've used SplitGetword() of StringFunction library. At the manual ,it should return "is " ,isn't it? (return "test" is incorrect) Please to check in B4A too.... B4J Question Problem library JStringFunctions - romario87027 (first post)    Jan 21, 2014
Dim sf As JStringFunctions
Dim dateSellin As String
Dim dateSellout As String
dateSellin = sf.Mid(A101DTINAMG,1,2) & "/" & sf.Mid(A101DTINAMG,3,2) & "/" & sf.Mid(A101DTINAMG,5,2)
dateSellout = sf.Mid... B4J Question strange issue with split (both string functions and Regex) and "." as separator - LucaMs (first post)    Apr 23, 2021 BTW where did you get jStringFunction from? I have jStringUtils.
EDIT - Here: https://www.b4x.com/android/forum/threads/jstringfunctions-beta.36595/post-215124
Anyway, use Regex.... B4J Question Confused with the use of libraries - DonManfred (first post)    Jan 8, 2020   (1 reaction)
Am i missing something fundamental here?
The object definition of JStringFunctions?
dim fnc As JStringFunctions
fnc.... B4J Question B4J MsgBoxes help needed - TavR (first post)    Dec 1, 2020 Thanks Erel.
what about JStringFunctions library?... B4J Question jMetro Style CSS - Erel (first post)    Nov 2, 2021 I'm missing many libraries, including libraries such as jStringFunctions that I will never add. Please create a small project and upload it.... B4J Question [SOLVED][JStringFunctions] .DayOfMonth(), Fails in B4J? - Erel (first post)    Nov 29, 2017 Don't use jStringFunctions or StringFunctions libraries. They are not maintained and all the features are available with the core libraries.... B4J Question jStringUtils 101 - melliott    Apr 2, 2015 Hello, Margrets JStringFunctions looks really impressive! I have to be missing something basic in trying out some of its functions. I can see and have jStringUtils (version: 1.00) enabled the from... JStringFunctions and jStringUtils are not the same. Do I need to download anything to use the JStringFunctions? EDIT2: I cannot dim a JStringFunctions object\variable as some tutorials show. Example: Dim strings as JStringFunctions. I must be missing something really basic. What can you recommend? Thanks... Page: 1   2   3   |