Andrew Rodriguez Posted April 26, 2023 Posted April 26, 2023 Hi guys, I need some help! Is there any function in Rulex that gives the index of the position of a certain “substring” looking on another “string”? I found the find function, but it just gives a True/False result about the presence of the substring. Thank you in advance!
Alessandro Piazza Posted May 4, 2023 Posted May 4, 2023 Hi Andrew! The function that you are looking for is exactly the find one, but you must set the charpos parameter to a value different respect to the default of 0: Otherwise it will give you only the True/False result.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now