|
Position = PRXMatch( '/\/[a-z|1-9| ]+$/i' , Text ) ;
On Wed, 4 Feb 2009 11:59:24 -0800, JDB <emailjdb@GMAIL.COM> wrote:
>I am looking for a function that will allow me to find the position of
>the last occurrence of a specific character in a string. Basically
>the opposite of the index function. For example if I wanted to find
>the position of the last "/" in the following string "abc/abc/abc/
>333". I will not know how many "/" will appear before the last
>occurrence.
>
>Thanks
|