On Mar 18, Richard Pfeiffer said:
>Good Afternoon,
I have bad news for you. Your subject leads me to this statement: "it
doesn't work that way."
>I have a string that has various white space
>(tabs, spaces, etc) at the end of it. I want to
>find the last real char [0-9a-zA-Z] and then use
>c
2:56 PM
To: [EMAIL PROTECTED]
Subject: regular expressions in rindex function
Good Afternoon,
Wondering if anyone could help me with this or
enlighten me on another way to go about it.
I have a string that has various white space
(tabs, spaces, etc) at the end of it. I want to
find the last
Good Afternoon,
Wondering if anyone could help me with this or
enlighten me on another way to go about it.
I have a string that has various white space
(tabs, spaces, etc) at the end of it. I want to
find the last real char [0-9a-zA-Z] and then use
chop or chomp to remove the whitespace.
I've