Andrew Rodriguez Posted April 26, 2023 Share 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! Want to know more? Link to comment Share on other sites More sharing options...
Alessandro Piazza Posted May 4, 2023 Share 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. Want to know more? Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.