Android Question vb6 compare strings with LIKE

Sebastjan

Member
Licensed User
Longtime User
hey guys, VB6 has LIKE comparrison of strings:

"Sebastjan" LIKE "Seba" <false
"Sebastjan" LIKE "Seba*" <true
"Sebastjan" LIKE "??ba*" < true

does B4A has something like that or how would you
 
Top