INTERACT FORUM

More => Old Versions => JRiver Media Center 29 for Windows => Topic started by: jondavis on April 29, 2022, 10:50:19 am

Title: String Function question
Post by: jondavis on April 29, 2022, 10:50:19 am
There are a bunch of functions to add, remove, or switch out characters in a string.
Is there a function to find a position in a string?
Or are we just supposed to count through all the letters ourselves. (at least that is how I've been doing it)



Title: Re: String Function question
Post by: dtc on April 29, 2022, 11:12:07 am
Find Function

https://wiki.jriver.com/index.php/String_Manipulation_Functions#Find
Title: Re: String Function question
Post by: jondavis on April 29, 2022, 11:20:26 am
Thanks, that will help.