frinholp Posted May 8, 2011 Posted May 8, 2011 Hi all I am trying to create a function similar to Proper but the difference being if a space is followed by an apostrophe then a character, I do not wish the character to be changed to uppercase. I am trying to avoid recursion but everything I have tried has a 'knock-on effect' when the apostrophe is used in a different way. Any ideas? Thanks in advance Lee
comment Posted May 8, 2011 Posted May 8, 2011 Not sure what you mean by 'knock-on effect'. It's possible to have Proper() NOT change characters preceded by a space and an apostrophe to uppercase - but then it WILL change them to lowercase.
Recommended Posts
This topic is 5006 days old. Please don't post here. Open a new topic instead.
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