Search string within string (text)

WarriorZ

Member
Hello..
I want to ask something on JD Edwards.

Is there a business function to search string within a string/text ? if founded, it will return value = true, others is false.
ex. I want to search string define "good" (not case sensitive) in a string of X.
X = "I'm not in good condition"

My tools release 8.98.42
thanks
 
Function B0500690 - IsStringInString.
Returns 1 if string is found, 0 if not found.
 
Very good thread and thanks for the post. By the way it seems like a case-sensitive search.
 
You can "upper" or "lower" the case to conform to case insensitivity.

=D

(db)
 
Back
Top