Hello everyone, I am looking for help to use this function in B4J.
MidExtract (StringText As String, Start As String, EndAt As String) As String
Used to extract text from a string between to other blocks of text.
Ans = MidExtract("Dr. Jim Joe Brown", "Jim", "Brown") 'Returns: Joe
Ans = MidExtract("Dr. Jim [Joe] Brown", "[", "]") 'Returns: Joe
any help is important to me, thank you.
Note. I clarify that in the JStringFunctions library this function is not.
Used to extract text from a string between to other blocks of text.
Ans = MidExtract("Dr. Jim Joe Brown", "Jim", "Brown") 'Returns: Joe
Ans = MidExtract("Dr. Jim [Joe] Brown", "[", "]") 'Returns: Joe
any help is important to me, thank you.
Note. I clarify that in the JStringFunctions library this function is not.